Line3DSeriesView.MarkerLineColor Property
OBSOLETE
The MarkerLineColor property is obsolete now.
Gets or sets the color of a marker line.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("The MarkerLineColor property is obsolete now.")]
[XtraSerializableProperty]
public Color MarkerLineColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A Color value. |
See Also