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 or sets a 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(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool Scalar { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.Scalar : bool with get, set
Public Property Scalar As Boolean
Property Value
true
if the values along this axis are scalar values (numeric or date); otherwise, false
.
- Attributes