ZoomCharts Documentation

Version: 1.21.1 (2024-11-08)

ZoomCharts.Configuration.BaseSettingsLegendPanel

Inheritance hierarchy

This type inherits from BaseSettingsChartPanel.

Methods

This type does not define any methods.

Properties

align: "left" | "right" | "top" | "bottom" | "center" | "middle" | "fill"
Inherited from: BaseSettingsChartPanel

Panel alignment

Valid values:
  • left
  • right
  • top
  • bottom
  • center
  • middle
  • fill
floating: boolean
Inherited from: BaseSettingsChartPanel

Whether allow packing over other panels

location: "outside" | "inside" | "external"
Inherited from: BaseSettingsChartPanel

The location of the panel

Valid values:
  • outside - The panel is located outside of the chart area, which is achieved by reducing the size of the chart area.
  • inside - The panel is located inside the chart area, possibly overlapping the chart
  • external - The panel is located outside of the chart area. This option is only available for panels that use HTML elements instead of being drawn on the canvas.
margin: number
Inherited from: BaseSettingsChartPanel

Margin around the panel

padding: number
shouldFill: boolean

Whether to use space beyond chart boundaries

side: "top" | "bottom" | "left" | "right"
Inherited from: BaseSettingsChartPanel

Panel side

Valid values:
  • top
  • bottom
  • left
  • right
X