BootstrapChartLegendSettingsBuilder Methods
Stores settings related to a chart legend.Name | Description |
---|---|
ColumnCount(Int32) | Specifies how many columns it takes to arrange legend items. |
ColumnItemSpacing(Int32) | Specifies a blank space between legend columns in pixels. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HorizontalAlignment(HorizontalAlign) | Specifies a legend’s position on the chart. |
HoverMode(ChartLegendHoverMode) | Specifies what series elements to highlight when a corresponding item in the legend is hovered over. |
ItemsAlignment(HorizontalAlign) | Specifies the alignment of legend items. |
ItemTextPosition(UIElementPosition) | Specifies the position of text relative to the item marker. |
MarkerSize(Int32) | Specifies the size of item markers in the legend in pixels. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
OnClientCustomizeHint(String) | Specifies the text for a hint that appears when a user hovers the mouse pointer over a legend item on the client side. |
OnClientCustomizeText(String) | Specifies the text to be displayed by a legend item on the client side. |
Orientation(Orientation) | Specifies whether to place legend items horizontally or vertically. |
Position(RelativePosition) | Specifies whether the legend is located outside or inside the chart’s plot. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RowCount(Int32) | Specifies how many rows it takes to arrange legend items. |
RowItemSpacing(Int32) | Specifies a blank space between legend rows in pixels. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
VerticalAlignment(VerticalAlign) | Specifies a legend’s vertical position on the chart. |
Visible(Boolean) | Specifies the visibility state of the chart’s legend. |
See Also