Chart.DataValueSequenceRendering Property

Definition

Gets a value that indicates whether the data values should be named sequentially, such as "DataValue0", "DataValue1", and so on. By default, data values are named according to the type of the chart series. For example, data values for a stock chart series are named "High", "Low", "Open", and "Close".

public:
 property bool DataValueSequenceRendering { bool get(); };
public bool DataValueSequenceRendering { get; }
member this.DataValueSequenceRendering : bool
Public ReadOnly Property DataValueSequenceRendering As Boolean

Property Value

A Boolean value.

Applies to