The LegendLocation class contains all available legend positions relative to a chart's plot area. |
public sealed class LegendLocation : TypesafeEnum |
Public NotInheritable Class LegendLocation Inherits TypesafeEnum |
Name |
Description |
---|---|
|
The legend will be at the bottom of the plot area and horizontally centered. |
|
The legend will be in the top-right corner of the chart. |
|
The legend will be to the left of the chart and vertically centered. |
|
Not docked |
|
The legend will be to the right of the chart and vertically centered. |
|
The legend will be at the top of the plot area and horizontally centered. |