Skip to main content
All docs
V23.2

LegendBaseModel.MarkerVisible Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[OldApi("This is old API. It is recommended to use the MarkerMode property instead.")]
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[DependentUpon("Visibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool MarkerVisible { get; set; }

Property Value

Type
Boolean
See Also