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.v24.1.dll
NuGet Package: DevExpress.Charts
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