Skip to main content

BootstrapChartLegendSettings.MarkerSize Property

Specifies the size of item markers in the legend in pixels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(20)]
public int MarkerSize { get; set; }

Property Value

Type Default Description
Int32 20

An integer value the specifies the size of item markers in the legend in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to MarkerSize
BootstrapChartBase
.SettingsLegend .MarkerSize
See Also