Interface ISeries
Represents a series in a chart.
Inherited Members
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public interface ISeries : IRequireSeriesHost
Properties
| Improve this Doc View SourceLegendItems
Gets a list of the legend items associated with the object.
Declaration
ObservableCollection<object> LegendItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |