Class TickLabelItem

TickLabelItem class

Represents a tick label in the chart.

public class TickLabelItem

Properties

NameDescription
Height { get; }Height of Ticklabel item in ratio of chart height.
Width { get; }Width of Ticklabel item in ratio of chart width.
X { get; }X coordinates of Ticklabel item in ratio of chart width.
Y { get; }Y coordinates of Ticklabel item in ratio of chart height.

See Also