Show / Hide Table of Contents

Interface ISeriesHost

Defines properties, methods and events for classes that host a collection of Series objects.

Inherited Members
IRequireSeriesHost.SeriesHost
IResourceDictionaryDispenser.GetResourceDictionariesWhere(Func<ResourceDictionary, Boolean>)
IResourceDictionaryDispenser.ResourceDictionariesChanged
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public interface ISeriesHost : IRequireSeriesHost, IResourceDictionaryDispenser

Properties

| Improve this Doc View Source

Axes

Gets the collection of axes the series host has available.

Declaration
ObservableCollection<IAxis> Axes { get; }
Property Value
Type Description
System.Collections.ObjectModel.ObservableCollection<IAxis>
| Improve this Doc View Source

BackgroundElements

Gets the background elements.

Declaration
ObservableCollection<UIElement> BackgroundElements { get; }
Property Value
Type Description
System.Collections.ObjectModel.ObservableCollection<UIElement>
| Improve this Doc View Source

ForegroundElements

Gets the foreground elements.

Declaration
ObservableCollection<UIElement> ForegroundElements { get; }
Property Value
Type Description
System.Collections.ObjectModel.ObservableCollection<UIElement>
| Improve this Doc View Source

Series

Gets the collection of series the series host has available.

Declaration
ObservableCollection<ISeries> Series { get; }
Property Value
Type Description
System.Collections.ObjectModel.ObservableCollection<ISeries>
  • Improve this Doc
  • View Source