Axis.HasTitle Property

Definition

True if the axis or chart has a visible title. Read/write.

public:
 property bool HasTitle { bool get(); void set(bool value); };
public bool HasTitle { get; set; }
member this.HasTitle : bool with get, set
Public Property HasTitle As Boolean

Property Value

Boolean

Remarks

An axis title is represented by an AxisTitle object.

Applies to