Chart.DataValueSequenceRendering Property

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".

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DataValueSequenceRendering As Boolean 
    Get
'Usage
Dim instance As Chart 
Dim value As Boolean 

value = instance.DataValueSequenceRendering
public bool DataValueSequenceRendering { get; }
public:
property bool DataValueSequenceRendering {
    bool get ();
}
member DataValueSequenceRendering : bool
function get DataValueSequenceRendering () : boolean

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

Chart Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace