Package | Description |
---|---|
com.steema.teechart.axis |
Modifier and Type | Method and Description |
---|---|
TicksPen |
Axis.getMinorTicks()
Determines the Pen used to draw the Axis Minor ticks.
Minor ticks will only be displayed if MinorTicks.Visible is true. |
TicksPen |
Axis.getTicks()
Determines the kind of Pen used to draw Axis marks along the Axis line.
|
TicksPen |
Axis.getTicksInner()
Determines the kind of Pen used to draw Axis marks along the Axis line.
|
Modifier and Type | Method and Description |
---|---|
void |
Axis.setMinorTicks(TicksPen value)
Determines the Pen used to draw the Axis Minor ticks.
Minor ticks will only be displayed if MinorTicks.Visible is true. |
void |
Axis.setTicks(TicksPen value)
Accesses the Ticks characteristics.
|