ZoomCharts Documentation

ZoomCharts.Configuration.BaseSettingsChartPanel

Inheritance hierarchy

This type is implemented by BaseSettingsLegendPanel.

Methods

This type does not define any methods.

Properties

align: "left" | "right" | "top" | "bottom" | "center" | "fill"

Panel alignment

Valid values:
  • left
  • right
  • top
  • bottom
  • center
  • fill
floating: boolean

Whether allow packing over other panels

location: "outside" | "inside" | "external"

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

Margin around the panel

side: "top" | "bottom" | "left" | "right"

Panel side

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