Line3DSeriesView.MarkerLineStyle Property
OBSOLETE
The MarkerLineStyle property is obsolete now.
Gets the object that provides access to marker line style attributes for modification.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("The MarkerLineStyle property is obsolete now.")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public LineStyle MarkerLineStyle { get; }
Property Value
Type | Description |
---|---|
LineStyle | A LineStyle object. |
Remarks
Use the MarkerLineStyle property to modify the style attributes of the marker line in Line3DSeriesView. The LineStyle object, accessible via this property, provides LineStyle.Thickness and LineStyle.DashStyle properties to change the line’s appearance.
See Also