Partager via


Propriété Chart.DataValueSequenceRendering

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataValueSequenceRendering As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
A Boolean value.

Voir aussi

Référence

Chart Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering