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

Line3DSeriesView.MarkerLineVisible Property

OBSOLETE

The MarkerLineVisible property is obsolete now.

Gets or sets the visibility of a marker line.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Obsolete("The MarkerLineVisible property is obsolete now.")]
[Browsable(false)]
[XtraSerializableProperty]
public bool MarkerLineVisible { get; set; }

Property Value

Type Description
Boolean

true if the marker line is visible; otherwise, false.

Remarks

The visual appearance of marker lines is illustrated in the following picture. Two series have identical data, for one of them the marker lines are displayed.

MarkerLines

See Also