Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [BrowsableAttribute(true)] [TypeConverterAttribute(typeof(TypeConverter))] public ChartDataSeries SeriesData { get; } |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <BrowsableAttribute(True)> _ <TypeConverterAttribute(GetType(TypeConverter))> _ Public ReadOnly Property SeriesData As ChartDataSeries Get |
Remarks
As a convenience, all relevant ChartDataSeries data arrays can be edited at the same time in a property browser by editing the SeriesData property. Data arrays are considered relevant only if the array is used to display the current ChartType.
For example, editing SeriesData for an XYPlot would invoke the data editor containing the X and Y data arrays. Editing SeriesData for a Candle chart would invoke the data editor containing the X, Y, Y1, Y2 and Y3 data arrays.
The SeriesData property is intended to be used only within property browsers, as it is merely a placeholder to allow invocation of the editor. The value returned is the object of which it is a part.