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