AxisTitle.Visible Property
OBSOLETE
This property is obsolete now. Use the Visibility property instead.
Specifies whether the axis title is visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
[XtraSerializableProperty]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if the axis title is visible; otherwise, false. |
Remarks
This property is now obsolete. Use the AxisTitle.Visibility property instead.
See Also