Line3DSeriesView.MarkerLineVisible Property
OBSOLETE
The MarkerLineVisible property is obsolete now.
Gets or sets the visibility of a marker line.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v22.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Obsolete("The MarkerLineVisible property is obsolete now.")]
[Browsable(false)]
public bool MarkerLineVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the marker line is visible; otherwise, false. |
Remarks
The visual appearance of marker lines is illustrated in the following picture. Two series have identical data, for one of them the marker lines are displayed.
See Also