YAxisTitlePosition Enum

Represents the position of the YAxisTitle.

public enum YAxisTitlePosition
Public Enum YAxisTitlePosition

Inheritance: ObjectValueTypeEnumYAxisTitlePosition

Fields

YAxisTitlePosition.Automatic4Shows the YAxis title automatically left or right of the YAxis depending on the Y anchor type.
YAxisTitlePosition.LeftOfPlotArea0Shows the YAxis title left of the plot area.
YAxisTitlePosition.LeftOfYAxis2Shows the YAxis title left of the YAxis.
YAxisTitlePosition.RightOfPlotArea1Shows the YAxis title right of the plot area.
YAxisTitlePosition.RightOfYAxis3Shows the YAxis title 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