Skip to main content

AxisHintOptions.LineVisible Property

Namespace: DevExpress.Xamarin.Android.Charts

Assembly: DevExpress.Xamarin.Android.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public virtual 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