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

Line3DSeriesView.MarkerLineColor Property

OBSOLETE

The MarkerLineColor property is obsolete now.

Gets or sets the color of a marker line.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
Color

A Color value.

See Also