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

AxisHintOptions.LineVisible Property

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public bool LineVisible { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

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