Back to Devexpress

BootstrapChartLegendSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3c74b087.md

latest2.0 KB
Original Source

BootstrapChartLegendSettings Class

Stores settings related to a chart legend.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartLegendSettings :
    JsonProperties,
    IClientCustomModifier
vb
Public Class BootstrapChartLegendSettings
    Inherits JsonProperties
    Implements IClientCustomModifier

The following members return BootstrapChartLegendSettings objects:

Remarks

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

BootstrapChartLegendSettings Members

Charts

DevExpress.Web.Bootstrap Namespace