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

Line3DDrawOptions.MarkerLineStyle Property

OBSOLETE

The MarkerLineStyle property is obsolete now.

Gets the marker line style 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 MarkerLineStyle property is obsolete now.")]
public LineStyle MarkerLineStyle { get; }

Property Value

Type Description
LineStyle

A LineStyle object which specifies the style for the marker line.

Remarks

Use the MarkerLineStyle property to access the marker line style of the Line 3D chart.

See Also