Back to Devexpress

CustomLegendItem.MarkerVisible Property

corelibraries-devexpress-dot-xtracharts-dot-customlegenditem-c5d16146.md

latest1.6 KB
Original Source

CustomLegendItem.MarkerVisible Property

Gets or sets the value indicating whether or not the custom legend item marker is visible.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool MarkerVisible { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property MarkerVisible As Boolean

Property Value

TypeDescription
Boolean

true , to display the marker; otherwise, false.

|

Remarks

To control the visibility of a custom legend item text, use the CustomLegendItem.TextVisible property.

If a legend contains only custom items, set the Legend.MarkerMode to None to avoid allotting space for a marker.

See Also

CustomLegendItem Class

CustomLegendItem Members

DevExpress.XtraCharts Namespace