Represents the arguments for requesting a redraw of a chart.
More...
|
| RedrawArg (Rectangle redrawRegion) |
| Initializes a new instance of the RedrawArg class with the specified redraw region.
|
|
|
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.
|
|
Represents the arguments for requesting a redraw of a chart.
◆ RedrawArg()
ATAS.Indicators.RedrawArg.RedrawArg |
( |
Rectangle |
redrawRegion | ) |
|
Initializes a new instance of the RedrawArg class with the specified redraw region.
- Parameters
-
redrawRegion | The region to redraw on the chart. |
◆ 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: