Chart.DataValueSequenceRendering Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.