Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.axis | |
com.steema.teechart.styles | |
com.steema.teechart.themes | |
com.steema.teechart.tools |
Modifier and Type | Method and Description |
---|---|
protected void |
Chart.applyGapSize(Axis axis,
Point p) |
int |
Walls.calcWallSize(Axis a)
Calculates the Wall thickness of the specified Axis.
|
void |
TChart.doAllowScroll(Axis a,
double delta,
ScrollResult result) |
void |
IChart.doAllowScroll(Axis axis,
double delta,
ScrollResult result) |
void |
TChart.doClickAxis(Axis a,
FrameworkMouseEvent e) |
void |
IChart.doClickAxis(Axis a,
FrameworkMouseEvent e) |
Series |
Chart.getAxisSeries(Axis axis)
Returns the first Series that depends on the specified Axis.
If no Series depends on Axis, the null value is returned. |
double |
IBaseChart.getMaxXValue(Axis axis) |
double |
Chart.getMaxXValue(Axis axis)
Returns the Maximum Value of the Series X Values List.
|
double |
IBaseChart.getMaxYValue(Axis axis) |
double |
Chart.getMaxYValue(Axis axis)
Returns the highest of all the current Series Y point values.
|
double |
IBaseChart.getMinXValue(Axis axis) |
double |
Chart.getMinXValue(Axis axis)
Returns the Minimum Value of the Series X Values List.
|
double |
IBaseChart.getMinYValue(Axis axis) |
double |
Chart.getMinYValue(Axis axis)
Returns the Minimum Value of the Series Y Values List.
|
double |
IBaseChart.internalMinMax(Axis axis,
boolean isMinimum,
boolean isHorizontal) |
double |
Chart.internalMinMax(Axis aAxis,
boolean isMin,
boolean isX)
Internal use.
|
boolean |
IBaseChart.isAxisCustom(Axis axis) |
boolean |
Chart.isAxisCustom(Axis axis)
Returns True if Axis is a Custom Axis.
|
boolean |
IBaseChart.isAxisVisible(Axis axis) |
boolean |
Chart.isAxisVisible(Axis a) |
ScrollResult |
TChart.Scrollable.isScrollable(Axis a,
ScrollResult r) |
int |
IBaseChart.maxTextHeight(Axis aThis) |
int |
Chart.maxTextHeight(Axis a) |
Modifier and Type | Class and Description |
---|---|
class |
DepthAxis
Title: DepthAxis class
|
Modifier and Type | Field and Description |
---|---|
protected Axis |
AxisLabels.axis |
protected Axis |
AxisDraw.axis |
protected Axis |
AxisLabelsItems.iAxis |
Modifier and Type | Method and Description |
---|---|
Axis |
CustomAxes.add(Axis axis)
Adds a Custom Axis.
|
protected Axis |
Axes.checkAxis(Axis a) |
static Axis |
Axes.createNewAxis(IBaseChart chart) |
Axis |
CustomAxes.getAxis(int index)
Accesses Axis characteristics of corresponding index value.
|
Axis |
Axes.getAxis(int index)
Accesses indexed axis
|
Axis |
Axes.getBottom()
Determines the Labels and formatting attributes of Bottom Chart side.
It also controls where Series points will be placed. Every TChart class has five Axes: Left, Top, Right, Bottom and z depth. |
Axis |
Axes.getDepthTop()
Returns the Depth chart axis located at the left-top edge of chart.
|
Axis |
Axes.getLeft()
Determines the Labels and formatting attributes of Left Chart side.
It also controls where Series points will be placed. |
Axis |
CustomAxes.getNew()
Creates and adds a custom axis to the chart.
|
Axis |
Axis.getPartnerAxis() |
Axis |
Axes.getRight()
Determines the Labels and formatting attributes of Right Chart side.
It also controls where Series points will be placed. Every TChart class has five Axes: Left, Top, Right, Bottom and z depth. |
Axis |
Axes.getTop()
Determines the Labels and formatting attributes of Top Chart side.
It also controls where Series points will be placed. Every TChart class has five Axes: Left, Top, Right, Bottom and z depth. |
Modifier and Type | Method and Description |
---|---|
Axis |
CustomAxes.add(Axis axis)
Adds a Custom Axis.
|
int |
AxisCalcResolver.AxisCalcPosLabelsEventHandler(Axis axis,
int value) |
int |
AxisCalcAdapter.AxisCalcPosLabelsEventHandler(Axis axis,
int value) |
void |
AxisCalcResolver.AxisLabelValueDelegate(Axis axis,
AxisLabelValueEventArgs e) |
void |
AxisCalcAdapter.AxisLabelValueDelegate(Axis axis,
AxisLabelValueEventArgs e) |
protected Axis |
Axes.checkAxis(Axis a) |
void |
Axis.checkNextLabelValue(Axis axis,
AxisLabelValueEventArgs e) |
java.lang.String |
AxisLabelResolver.getLabel(Axis axis,
ISeries s,
int valueIndex,
java.lang.String labelText) |
java.lang.String |
AxisLabelAdapter.getLabel(Axis axis,
ISeries s,
int valueIndex,
java.lang.String labelText) |
NextAxisLabelValue |
AxisLabelResolver.getNextLabel(Axis axis,
int labelIndex,
NextAxisLabelValue nextLabel) |
NextAxisLabelValue |
AxisLabelAdapter.getNextLabel(Axis axis,
int labelIndex,
NextAxisLabelValue nextAxisLabel) |
int |
CustomAxes.indexOf(Axis a)
Returns the corresponding axis index which has the specified value.
|
int |
Axes.indexOf(Axis a)
Obtains the index of a given axis in the axes collection.
|
void |
CustomAxes.remove(Axis a)
Removes the Custom Axis of Index 'CustomAxisIndex'.
Any Series associated with the Axis are reset to their default Axes. |
void |
AxisLabelResolver.scrollModHandler(Axis a,
ScrollModEventArgs e) |
void |
AxisLabelAdapter.scrollModHandler(Axis a,
ScrollModEventArgs e) |
void |
CustomAxes.setAxis(int index,
Axis value)
Sets Axis characteristics of corresponding index value.
|
void |
Axes.setBottom(Axis value)
Determines the Labels and formatting attributes of Bottom Chart side.
It also controls where Series points will be placed. Every TChart class has five Axes: Left, Top, Right, Bottom and z depth. |
void |
Axes.setLeft(Axis value)
Determines the Labels and formatting attributes of Left Chart side.
It also controls where Series points will be placed. |
void |
Axis.setPartnerAxis(Axis value) |
void |
Axes.setRight(Axis value)
Determines the Labels and formatting attributes of Right Chart side.
It also controls where Series points will be placed. Every TChart class has five Axes: Left, Top, Right, Bottom and z depth. |
void |
Axes.setTop(Axis value)
Determines the Labels and formatting attributes of Top Chart side.
It also controls where Series points will be placed. Every TChart class has five Axes: Left, Top, Right, Bottom and z depth. |
Constructor and Description |
---|
AxisDraw(Axis a) |
AxisLabels(Axis a)
Accesses the Label characteristics of Axis Labels.
|
AxisLabelsItems(Axis a) |
TicksGridDraw(Axis a) |
Modifier and Type | Method and Description |
---|---|
Axis |
NumericGauge.getAxis() |
Axis |
LinearGauge.getAxis() |
Axis |
CustomGauge.getAxis() |
Axis |
CircularGauge.getAxis() |
Axis |
Series.getCustomHorizAxis()
Specifies the custom horizontal axis for the series.
After adding a new horizontal Custom Axis to a Chart, use CustomHorizAxis to associate the Series to the Custom Axis. |
Axis |
Series.getCustomVertAxis()
Specifies the custom vertical axis for the series.
Default value: null |
Axis |
Series.getHorizAxis() |
Axis |
ISeries.getHorizAxis() |
Axis |
Series.getMandatoryAxis() |
Axis |
Series.getVertAxis() |
Axis |
ISeries.getVertAxis() |
Axis |
Contour.getZAxis() |
Modifier and Type | Method and Description |
---|---|
boolean |
Series.associatedToAxis(Axis a) |
boolean |
ISeries.associatedToAxis(Axis axis) |
boolean |
Circular.associatedToAxis(Axis a) |
protected void |
Ternary.drawAxis(Axis aAxis,
Point StarPoint,
Point EndPoint) |
void |
Series.drawHiddenValue(int valueIndex,
PointDouble startEndVals,
int gapSize,
Axis axis) |
void |
Custom.drawHiddenValue(int valueIndex,
PointDouble startEndVals,
int gapSize,
Axis axis) |
void |
Series.setCustomHorizAxis(Axis value)
Specifies the custom horizontal axis for the series.
Default value: null |
void |
Series.setCustomVertAxis(Axis value)
Specifies the custom vertical axis for the series.
Default value: null |
ValueList |
Series.valueListOfAxis(Axis a) |
ValueList |
Custom3D.valueListOfAxis(Axis a) |
Modifier and Type | Method and Description |
---|---|
void |
TeeChartTheme.changeAxis(Axis chartAxis) |
void |
ReportTheme.changeAxis(Axis chartAxis) |
void |
LookoutTheme.changeAxis(Axis chartAxis) |
void |
DefaultTheme.changeAxis(Axis chartAxis) |
void |
BlueSkyTheme.changeAxis(Axis chartAxis) |
void |
BlackIsBackTheme.changeAxis(Axis chartAxis) |
void |
AndrosTheme.changeAxis(Axis chartAxis) |
Modifier and Type | Field and Description |
---|---|
protected Axis |
ToolAxis.iAxis |
Modifier and Type | Method and Description |
---|---|
Axis |
ToolAxis.getAxis()
The axis to which a Tool will belong.
Default value: null |
Axis |
ToolSeries.getHorizAxis()
Returns the associated Top or Bottom Chart Horizontal Axis.
|
Axis |
ToolSeries.getVertAxis()
Returns the associated Left or Right Chart Vertical Axis.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisBreaksTool.axisBreakDoAllowScroll(Axis a,
ScrollModEventArgs e) |
NextAxisLabelValue |
AxisBreaksTool.axisCalcMaxLabel(Axis axis,
int labelIndex,
NextAxisLabelValue nextLabel) |
void |
AxisBreaksTool.checkNextLabelValue(Axis axis,
AxisLabelValueEventArgs e) |
void |
ToolAxis.setAxis(Axis value)
Sets the axis to which a Tool will belong.
Default value: null |
void |
ColorBand.setAxis(Axis value) |
void |
AxisBreaksTool.setAxis(Axis value) |
Constructor and Description |
---|
AxisArrow(Axis a) |
AxisBreaksTool(Axis a) |
ColorLine(Axis a) |
ToolAxis(Axis a) |