Enum PivotChartLegendPosition
Defines the position of the legend. They are Auto - Places the legend based on area type. Top - Displays the legend on the top of chart. Left - Displays the legend on the left of chart. Bottom - Displays the legend on the bottom of chart. Right - Displays the legend on the right of chart. Custom - Displays the legend based on given x and y value.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum PivotChartLegendPosition
Fields
Name | Description |
---|---|
Auto | Auto - Places the legend based on area type. |
Bottom | Bottom - Displays the legend on the bottom of chart. |
Custom | Custom - Displays the legend based on given x and y value. |
Left | Left - Displays the legend on the left of chart. |
Right | Right - Displays the legend on the right of chart. |
Top | Top - Displays the legend on the top of chart. |