aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3c74b087.md
Stores settings related to a chart legend.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartLegendSettings :
JsonProperties,
IClientCustomModifier
Public Class BootstrapChartLegendSettings
Inherits JsonProperties
Implements IClientCustomModifier
The following members return BootstrapChartLegendSettings objects:
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.
Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties BootstrapChartLegendSettings
See Also