DateTimeAxisX.EmptyRangesVisible Property
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
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.
EmptyRangesVisible = True | EmptyRangesVisible = False |
|---|---|
|
|
See Also

