ChartAxis.Scalar Property

Definition

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

Applies to