LineSeriesView.ShowIsolatedPoints Property
Gets or sets the value that defines whether to show series points between empty points.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
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:
ShowIsolatedPoints = true | ShowIsolatedPoints = false |
---|---|
See Also