Skip to main content
A newer version of this page is available. .

StackedAreaSeriesView.MarkerVisibility Property

This property is hidden because it is not supported by the StackedAreaSeriesView class.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v22.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type
DefaultBoolean

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