ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.RedrawArg Class Reference

Represents the arguments for requesting a redraw of a chart. More...

Public Member Functions

 RedrawArg (Rectangle redrawRegion)
 Initializes a new instance of the RedrawArg class with the specified redraw region.
 

Properties

Rectangle RedrawRegion [get, set]
 Gets or sets the region to redraw on the chart.
 
bool ForceRedraw [get, set]
 Gets or sets a value indicating whether the chart should be redrawn with user-interacted settings of frames per second (FPS). Should be used only if it is really needed, otherwise it could lead to performance issues.
 

Detailed Description

Represents the arguments for requesting a redraw of a chart.

Constructor & Destructor Documentation

◆ RedrawArg()

ATAS.Indicators.RedrawArg.RedrawArg ( Rectangle  redrawRegion)

Initializes a new instance of the RedrawArg class with the specified redraw region.

Parameters
redrawRegionThe region to redraw on the chart.

Property Documentation

◆ ForceRedraw

bool ATAS.Indicators.RedrawArg.ForceRedraw
getset

Gets or sets a value indicating whether the chart should be redrawn with user-interacted settings of frames per second (FPS). Should be used only if it is really needed, otherwise it could lead to performance issues.

◆ RedrawRegion

Rectangle ATAS.Indicators.RedrawArg.RedrawRegion
getset

Gets or sets the region to redraw on the chart.


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