ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.IChartCoordinatesManager Interface Reference

Interface for managing chart coordinates and scaling. More...

Public Member Functions

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 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.
 

Detailed Description

Interface for managing chart coordinates and scaling.

Member Function Documentation

◆ ChangeRowsHeight()

void ATAS.Indicators.IChartCoordinatesManager.ChangeRowsHeight ( decimal  newHeight)

Changes the height of the chart rows to a new specified height.

Parameters
newHeightThe 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
offsetThe 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
ticksCountThe number of ticks to scroll. Positive values scroll up; negative values scroll down.

The documentation for this interface was generated from the following file: