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

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.v19.1.dll

Declaration

[Obsolete("The MarkerLineStyle property is obsolete now.")]
[Browsable(false)]
[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