RadarRangeAreaSeriesView.MarkerVisibility Property
Overrides the RadarLineSeriesView.MarkerVisibility property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public DefaultBoolean MarkerVisibility { get; }
Property Value
Type | Description |
---|---|
DefaultBoolean | Always Default. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
See Also