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

AxisHintOptions.LabelVisible Property

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public bool LabelVisible { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to LabelVisible
AxisBase
.HintOptions.LabelVisible
AxisX
.HintOptions.LabelVisible
DateTimeAxisX
.HintOptions.LabelVisible
NumericAxisX
.HintOptions.LabelVisible
NumericAxisY
.HintOptions.LabelVisible
QualitativeAxisX
.HintOptions.LabelVisible
See Also