ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataSeries.Y3 Property

Gets the ChartDataArray object that manages Y3 data.

[Visual Basic]

Public ReadOnly Property Y3 As ChartDataArray

[C#]

public ChartDataArray Y3 {get;}

[Delphi]

public property Y3: ChartDataArray read get_Y3;

Remarks

Y3 data is used for Hi-Lo-Open-Close and Candle charts.

The Y3 data managed by the ChartDataArray returned by the Y3 property is the same data managed by the SeriesData property.

See Also

ChartDataSeries Class | ChartDataSeries Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.