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

Line3DDrawOptions.MarkerLineVisible Property

OBSOLETE

The MarkerLineVisible property is obsolete now.

Gets or sets the marker line visibility 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 MarkerLineVisible property is obsolete now.")]
public bool MarkerLineVisible { get; set; }

Property Value

Type Description
Boolean

true if the marker line is visible; otherwise, false.

Remarks

Use the MarkerLineVisible property to access and modify the marker line visibility of the Line 3D chart.

See Also