Skip to main content
A newer version of this page is available. .

BootstrapChartLegendSettings.MarkerSize Property

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

Namespace: DevExpress.Web.Bootstrap

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

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
BootstrapChart
.SettingsLegend.MarkerSize
BootstrapChartBase
.SettingsLegend.MarkerSize
BootstrapCoordinateSystemChart
.SettingsLegend.MarkerSize
BootstrapPieChart
.SettingsLegend.MarkerSize
BootstrapPolarChart
.SettingsLegend.MarkerSize
See Also