Show / Hide Table of Contents

Interface ISeries

Represents a series in a chart.

Inherited Members
IRequireSeriesHost.SeriesHost
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public interface ISeries : IRequireSeriesHost

Properties

| Improve this Doc View Source

LegendItems

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>
  • Improve this Doc
  • View Source