Skip to main content

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

NuGet Package: DevExpress.Charts

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