GLG Toolkit, JavaScript Library  Version 4.6
GlgMinMax Class Reference

Contains data extent information returned by GetChartDataExtent. More...

Detailed Description

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

Member Data Documentation

◆ max

double max

Maximum value of the data extent in one direction (X/Time or Y).

◆ min

double min

Minimum value of the data extent in one direction (X/Time or Y).

Member Function Documentation

◆ ReleaseToCache()

static void ReleaseToCache ( GlgMinMax  obj)
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.

Parameters
objThe object to release.