Package | Description |
---|---|
org.swtchart.internal | |
org.swtchart.internal.axis |
Modifier and Type | Field and Description |
---|---|
private ChartLayoutData |
Title.layoutData
the layout data
|
ChartLayoutData |
ChartLayout.AxisLayoutData.tickLabelsLayoutdata
the tick label layout data
|
ChartLayoutData |
ChartLayout.AxisLayoutData.tickMarksLayoutdata
the tick marks layout data
|
ChartLayoutData |
ChartLayout.AxisLayoutData.titleLayoutdata
the axis title layout data
|
Modifier and Type | Method and Description |
---|---|
ChartLayoutData |
Title.getLayoutData()
Gets the layout data.
|
Modifier and Type | Method and Description |
---|---|
void |
Title.setLayoutData(ChartLayoutData layoutData)
Sets the layout data.
|
Modifier and Type | Method and Description |
---|---|
ChartLayoutData |
AxisTickMarks.getLayoutData()
Gets the layout data.
|
ChartLayoutData |
AxisTickLabels.getLayoutData()
Gets the layout data.
|