Sdílet prostřednictvím


ChartAxis.LabelIntervalType Property

Gets the units for the LabelInterval.

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

Syntax

'Declaration
Public ReadOnly Property LabelIntervalType As ReportEnumProperty(Of ChartIntervalType)
    Get
'Usage
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>