ChartAxis.LabelIntervalType Property

Definition

Gets or sets the units for the LabelInterval.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartIntervalTypes> LabelIntervalType { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartIntervalTypes> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartIntervalTypes> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartIntervalTypes> LabelIntervalType { get; set; }
member this.LabelIntervalType : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartIntervalTypes> with get, set
Public Property LabelIntervalType As ReportExpression(Of ChartIntervalTypes)

Property Value

A ReportExpression<T> object.

Applies to