ChartAxis.Scalar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean
value that indicates whether the values along this axis are scalar values (numeric or date) which should be displayed on the chart in a continuous axis.
public:
property bool Scalar { bool get(); };
public bool Scalar { get; }
member this.Scalar : bool
Public ReadOnly Property Scalar As Boolean
Property Value
A Boolean
value.