IndexedYAxisLabel Constructors

Overloads

IndexedYAxisLabel(String, Int32)Initializes a new instance of the IndexedYAxisLabel class.
IndexedYAxisLabel(String, Int32, Font, Single, Color)Initializes a new instance of the IndexedYAxisLabel class.

IndexedYAxisLabel(String, Int32)

Initializes a new instance of the IndexedYAxisLabel class.

public IndexedYAxisLabel(string text, int value1)
Public Sub New (text As String, value1 As Integer)

Parameters

text
String

Text to display in the indexed yAxis label.

value1
Int32

Position of the indexed yAxis label.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

IndexedYAxisLabel(String, Int32, Font, Single, Color)

Initializes a new instance of the IndexedYAxisLabel class.

public IndexedYAxisLabel(string text, int value1, Font font, float fontSize, Color textColor)
Public Sub New (text As String, value1 As Integer, font As Font, fontSize As Single, textColor As Color)

Parameters

text
String

Text to display in the indexed yAxis label.

value1
Int32

Position of the indexed yAxis label.

font
Font

Font for the text of the indexed yAxis label.

fontSize
Single

Size for the text of the indexed yAxis label.

textColor
Color

Color for the text of the indexed yAxis label.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

IndexedYAxisLabel
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic