Interface IChartSeries
Interface implementation for IChartSeries
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public interface IChartSeries
Properties
ItemsSource
Gets or sets ItemsSource property
Declaration
IEnumerable ItemsSource { get; set; }
Property Value
Type |
---|
System.Collections.IEnumerable |