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

BootstrapChartLegendSettings Class

Stores settings related to a chart legend.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapChartLegendSettings :
    JsonProperties,
    IClientCustomModifier

The following members return BootstrapChartLegendSettings objects:

Remarks

BootstrapChart-Legend

The Chart widget can include a legend - an explanatory component that helps you identify a series. Each series is represented by an item on a legend. An item marker identifies the series color. An item label displays the series title. To set the required position for a legend and its items, to specify the size of item markers, use the properties of this class.

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.Bootstrap.Internal.JsonProperties
BootstrapChartLegendSettings
See Also