LegendSettingsModel

23 Sep 20251 minute to read

Interface for a class LegendSettings

Properties

position LegendPosition

Position of the legend in the chart are,

  • Auto: Places the legend based on area type.
  • Top: Displays the legend at the top of the chart.
  • Left: Displays the legend at the left of the chart.
  • Bottom: Displays the legend at the bottom of the chart.
  • Right: Displays the legend at the right of the chart.

visible boolean

If set to true, legend will be visible.