Skip to main content

AxisTitleModel.Visible Property

Gets or sets the value of the AxisTitle.Visible within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public bool Visible { get; set; }

Property Value

Type
Boolean

Remarks

The modeled property is obsolete. Use the AxisTitleModel.Visibility property instead.

See Also