Skip to main content

RadarRangeAreaSeriesView.MarkerVisibility Property

Overrides the RadarLineSeriesView.MarkerVisibility property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public DefaultBoolean MarkerVisibility { get; }

Property Value

Type Description
DefaultBoolean

Always Default.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also