YAxisLabelPosition Enum

Represents the location of the YAxisLabels.

public enum YAxisLabelPosition
Public Enum YAxisLabelPosition

Inheritance: ObjectValueTypeEnumYAxisLabelPosition

Fields

YAxisLabelPosition.Automatic4Show the axis labels automatically left or right of the YAxis depending on the Y anchor type.
YAxisLabelPosition.LeftOfPlotArea0Shows the axis labels left of the plot area.
YAxisLabelPosition.LeftOfYAxis2Shows the axis labels left of the YAxis.
YAxisLabelPosition.RightOfPlotArea1Shows the axis labels right of the plot area.
YAxisLabelPosition.RightOfYAxis3Shows 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:

See Also

ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic