YAxisLabelPosition Enum
Represents the location of the YAxisLabels.
public enum YAxisLabelPosition
Public Enum YAxisLabelPosition
Inheritance: ObjectValueTypeEnumYAxisLabelPosition
Fields
YAxisLabelPosition.Automatic | 4 | Show the axis labels automatically left or right of the YAxis depending on the Y anchor type. |
YAxisLabelPosition.LeftOfPlotArea | 0 | Shows the axis labels left of the plot area. |
YAxisLabelPosition.LeftOfYAxis | 2 | Shows the axis labels left of the YAxis. |
YAxisLabelPosition.RightOfPlotArea | 1 | Shows the axis labels right of the plot area. |
YAxisLabelPosition.RightOfYAxis | 3 | Shows the axis labels right of the YAxis. |
Licensing Info
This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.