GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Axis Class : Scalar Property |
Gets or sets a value indicating whether the values along the axis are scalar values (i.e. numeric or date) which are displayed on the chart in a continuous flow with missing numbers or dates filled in.
'Declaration Public Property Scalar As System.Boolean
public System.bool Scalar {get; set;}
A Boolean value where true indicates that the values along the axis are scalar (i.e numeric or date) values; otherwise false. The default value is false.