Właściwość ChartAxisInstance.LabelIntervalType
Pobiera wartość obliczoną LabelIntervalType właściwość w ChartAxis klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property LabelIntervalType As ChartIntervalType
Get
'Użycie
Dim instance As ChartAxisInstance
Dim value As ChartIntervalType
value = instance.LabelIntervalType
public ChartIntervalType LabelIntervalType { get; }
public:
property ChartIntervalType LabelIntervalType {
ChartIntervalType get ();
}
member LabelIntervalType : ChartIntervalType
function get LabelIntervalType () : ChartIntervalType
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartIntervalType
A ChartIntervalType wartości reprezentującej obliczonej wartości LabelIntervalType właściwość.
Zobacz także