Skip to main content
A newer version of this page is available.
All docs
V18.2

LegendModel.MarkerVisible Property

Gets or sets the value that specifies the Legend.MarkerVisible property in the chart model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Boolean

true, if markers should be visible in the legend; otherwise false.

See Also