ChartAxis.LabelInterval Property
Gets the interval between labels.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LabelInterval As ReportDoubleProperty
Get
'Usage
Dim instance As ChartAxis
Dim value As ReportDoubleProperty
value = instance.LabelInterval
public ReportDoubleProperty LabelInterval { get; }
public:
property ReportDoubleProperty^ LabelInterval {
ReportDoubleProperty^ get ();
}
member LabelInterval : ReportDoubleProperty
function get LabelInterval () : ReportDoubleProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.