Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Color

A Color value.

See Also