Enum BOBChartLegendPosition
Position of the legend block relative to the chart plot area.
public enum BOBChartLegendPosition
Fields
Bottom = 2Render below the plot area (default).
Left = 3Render to the left of the plot area.
None = 0Hide the legend.
Right = 4Render to the right of the plot area.
Top = 1Render above the plot area.