Partager via


Propriété ChartAxis.LabelIntervalType

Gets the units for the LabelInterval.

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

Syntaxe

'Déclaration
Public ReadOnly Property LabelIntervalType As ReportEnumProperty(Of ChartIntervalType)
    Get
'Utilisation
Dim instance As ChartAxis 
Dim value As ReportEnumProperty(Of ChartIntervalType)

value = instance.LabelIntervalType
public ReportEnumProperty<ChartIntervalType> LabelIntervalType { get; }
public:
property ReportEnumProperty<ChartIntervalType>^ LabelIntervalType {
    ReportEnumProperty<ChartIntervalType>^ get ();
}
member LabelIntervalType : ReportEnumProperty<ChartIntervalType>
function get LabelIntervalType () : ReportEnumProperty<ChartIntervalType>

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering