Package | Description |
---|---|
com.steema.teechart |
Modifier and Type | Field and Description |
---|---|
static PanelMarginUnits |
PanelMarginUnits.PERCENT
Defines units as a percentage of the panel size.
|
static PanelMarginUnits |
PanelMarginUnits.PIXELS
Defines units in pixels.
|
Modifier and Type | Method and Description |
---|---|
PanelMarginUnits |
PanelMarginUnits.atIndex(int index) |
PanelMarginUnits |
Panel.getMarginUnits()
The units in which the Margins are expressed.
Either as a percentage of the pixel height and width of the Chart Drawing Canvas, or in pixels from the panel borders. Default value: Percent |
Modifier and Type | Method and Description |
---|---|
void |
Panel.setMarginUnits(PanelMarginUnits value)
Sets the units in which the Margins are expressed.
Default value: Percent |