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

BootstrapChartLegendSettings Members

Stores settings related to a chart legend.

Constructors

Name Description
BootstrapChartLegendSettings(IPropertiesOwner) Initializes a new instance of the BootstrapChartLegendSettings class with the specified owner.

Properties

Name Description
ColumnCount Specifies how many columns it takes to arrange legend items.
ColumnItemSpacing Specifies a blank space between legend columns in pixels.
HorizontalAlignment Specifies a legend‘s position on the chart.
HoverMode Specifies what series elements to highlight when a corresponding item in the legend is hovered over.
ItemsAlignment Specifies the alignment of legend items.
ItemTextPosition Specifies the position of text relative to the item marker.
MarkerSize Specifies the size of item markers in the legend in pixels.
OnClientCustomizeHint Specifies a client callback function that returns the text for a hint that appears when a user hovers the mouse pointer over a legend item.
OnClientCustomizeItems Allows you to change the order, text, and visibility of legend items.
OnClientCustomizeText Specifies a client callback function that returns the text to be displayed by a legend item.
Orientation Specifies whether to place legend items horizontally or vertically.
Position Specifies whether the legend is located outside or inside the chart’s plot.
RowCount Specifies how many rows it takes to arrange legend items.
RowItemSpacing Specifies a blank space between legend rows in pixels.
Title Configures the legend title.
VerticalAlignment Specifies a legend‘s vertical position on the chart.
Visible Specifies the visibility state of the chart’s legend.

Methods

Name Description
Assign(PropertiesBase) Copies the public properties from the specified object to the current one.
CollectCustomProperties(List<JsonPropertyInfo>) This property is for internal use only.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also