Skip to main content

CustomLegendItemModel.MarkerVisible Property

Gets or sets the value of the CustomLegendItem.MarkerVisible within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public bool MarkerVisible { get; set; }

Property Value

Type Description
Boolean

true if the marker should be displayed; otherwise false.

See Also