Interface for managing chart coordinates and scaling.
More...
|
void | ScrollPrice (int ticksCount) |
| Scrolls the chart vertically by a specified number of ticks.
|
|
void | ChangeRowsHeight (decimal newHeight) |
| Changes the height of the chart rows to a new specified height.
|
|
void | UpdateChartYScaleOnMouseMove (int previousMouseY, int newMouseY) |
| Changes the Y-axis scale of the chart on mouse move.
|
|
void | UpdateChartYScaleOnMouseWheel (int delta) |
| Changes the Y-axis scale of the chart on mouse wheel.
|
|
void | MoveChartUpAndDown (int offset) |
| Moves the entire chart up or down by a specified offset.
|
|
void | EnableAutoScale () |
| Enables auto-scaling for the chart to fit the data within the view.
|
|
Interface for managing chart coordinates and scaling.
◆ ChangeRowsHeight()
void ATAS.Indicators.IChartCoordinatesManager.ChangeRowsHeight |
( |
decimal |
newHeight | ) |
|
Changes the height of the chart rows to a new specified height.
- Parameters
-
newHeight | The new height to set for the chart rows. |
◆ EnableAutoScale()
void ATAS.Indicators.IChartCoordinatesManager.EnableAutoScale |
( |
| ) |
|
Enables auto-scaling for the chart to fit the data within the view.
◆ MoveChartUpAndDown()
void ATAS.Indicators.IChartCoordinatesManager.MoveChartUpAndDown |
( |
int |
offset | ) |
|
Moves the entire chart up or down by a specified offset.
- Parameters
-
offset | The vertical offset to move the chart. Positive values move up; negative values move down. |
◆ ScrollPrice()
void ATAS.Indicators.IChartCoordinatesManager.ScrollPrice |
( |
int |
ticksCount | ) |
|
Scrolls the chart vertically by a specified number of ticks.
- Parameters
-
ticksCount | The number of ticks to scroll. Positive values scroll up; negative values scroll down. |
◆ UpdateChartYScaleOnMouseMove()
void ATAS.Indicators.IChartCoordinatesManager.UpdateChartYScaleOnMouseMove |
( |
int |
previousMouseY, |
|
|
int |
newMouseY |
|
) |
| |
Changes the Y-axis scale of the chart on mouse move.
- Parameters
-
◆ UpdateChartYScaleOnMouseWheel()
void ATAS.Indicators.IChartCoordinatesManager.UpdateChartYScaleOnMouseWheel |
( |
int |
delta | ) |
|
Changes the Y-axis scale of the chart on mouse wheel.
- Parameters
-
The documentation for this interface was generated from the following file: