A newer version of this page is available.
Switch to the current version.
BootstrapChartLegendSettings Class
Stores settings related to a chart legend.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public class BootstrapChartLegendSettings :
JsonProperties,
IClientCustomModifier
Public Class BootstrapChartLegendSettings
Inherits JsonProperties
Implements IClientCustomModifier
Related API Members
The following members accept/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
Feedback