Table of Contents

Enum BOBChartLegendPosition

Namespace
BlazOrbit.Charts.Enums
Assembly
BlazOrbit.Charts.dll

Position of the legend block relative to the chart plot area.

public enum BOBChartLegendPosition

Fields

Bottom = 2

Render below the plot area (default).

Left = 3

Render to the left of the plot area.

None = 0

Hide the legend.

Right = 4

Render to the right of the plot area.

Top = 1

Render above the plot area.