DateTimeAxisX.EmptyRangesVisible Property
In This Article
Specifies whether the empty ranges are visible on the chart.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public bool EmptyRangesVisible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, if the ranges are visible; otherwise, false. |
#Remarks
Set the EmptyRangesVisible property to False to hide the ranges of the DateTimeAxisX that contain no data.
Empty | Empty |
---|---|
See Also