Interface ISeriesHost
Defines properties, methods and events for classes that host a collection of Series objects.
Inherited Members
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public interface ISeriesHost : IRequireSeriesHost, IResourceDictionaryDispenser
Properties
| Improve this Doc View SourceAxes
Gets the collection of axes the series host has available.
Declaration
ObservableCollection<IAxis> Axes { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<IAxis> |
BackgroundElements
Gets the background elements.
Declaration
ObservableCollection<UIElement> BackgroundElements { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<UIElement> |
ForegroundElements
Gets the foreground elements.
Declaration
ObservableCollection<UIElement> ForegroundElements { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<UIElement> |
Series
Gets the collection of series the series host has available.
Declaration
ObservableCollection<ISeries> Series { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<ISeries> |