ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / Scalar Property

In This Topic
Scalar Property (IAxis)
In This Topic
Gets 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.
Syntax
'Declaration
 
ReadOnly Property Scalar As Boolean
 

Property Value

A System.Boolean value. true if the values along the axis are scalar; otherwise, false.
See Also