class TAxisScaleTool : public TTeeCustomToolAxis;
Extends the scaling capabalities of the TChart axes.
Use this component to add more options to the default axis scaling provided by TeeChart. The tool allows you to define top and bottom margins for any axis and a "peak hold" behaviour.
Constructors
| Name | Description |
|---|---|
| TAxisScaleTool |
Destructors
| Name | Description |
|---|---|
| ~TAxisScaleTool |
Properties
| Name | Type | Description |
|---|---|---|
| AxisScaleMode | TAxisScaleMode | Defines how this TeeTool will affect the scaling of the axis. |
| DataIsSpectrum | bool | Helps when switching between logarithmic scales. |
| LowerMargin | int | Specifies lower margin. |
| UpperMargin | int | Specifies upper margin. |
Methods
| Name | Description |
|---|---|
| ChartEvent | |
| Description | |
| GetAxisScaleMode | |
| GetDataIsSpectrum | |
| GetEditorClass | |
| GetLowerMargin | |
| GetUpperMargin | |
| Reset | Resets peak hold mode. |
Fields
| Name | Type | Description |
|---|---|---|
| Logarithmic | bool | |
| OldMax | double | |
| OldMin | double |