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

AreaSeriesViewBaseModel.MarkerVisibility Property

Overrides the LineSeriesViewModel.MarkerVisibility to modify its attributes.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions("Marker Options")]
public DefaultBoolean MarkerVisibility { get; set; }

Property Value

Type
DefaultBoolean

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also