|
GLG Toolkit, JavaScript Library
Version 4.6
|
Contains data extent information returned by GetChartDataExtent. More...
Contains data extent information returned by GetChartDataExtent.
Public Attributes | |
| double | max |
| Maximum value of the data extent in one direction (X/Time or Y). More... | |
| double | min |
| Minimum value of the data extent in one direction (X/Time or Y). More... | |
Static Public Member Functions | |
| static void | ReleaseToCache (GlgMinMax obj) |
| Returns the object to the internal cache for reuse. More... | |
| double max |
Maximum value of the data extent in one direction (X/Time or Y).
| double min |
Minimum value of the data extent in one direction (X/Time or Y).
|
static |
Returns the object to the internal cache for reuse.
The object should not be accessed after it is released to the cache.
The static method is invoked on the GLG Toolkit handle obtained via a 'new GlgToolkit()' call at the application start-up.
| obj | The object to release. |