Interface ISeries
Represents a series in a chart.
Inherited Members
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.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 |
---|---|
ObservableCollection<System.Object> |