Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
[Browsable(false)]
[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