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

Line3DDrawOptions.MarkerLineColor Property

OBSOLETE

The MarkerLineColor property is obsolete now.

Gets or sets the marker line color of the Line 3D Chart when implementing custom draw in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
Color

A Color value which specifies a color for the marker line.

Remarks

Use the MarkerLineColor property to access and modify the marker line color of the Line 3D chart.

See Also