LineSeriesView.ShowIsolatedPoints Property
In This Article
Gets or sets the value that defines whether to show series points between empty points.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool ShowIsolatedPoints { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, if the Chart Control shows isolated points; otherwise, false |
#Remarks
The following images demonstrate how the ShowIsolatedPoints property operates:
Show |
Show |
---|---|
![]() |
![]() |
See Also