GLG Toolkit, Java Class Library  Version 4.5
GlgChartAutoScale

Specifies a type of a chart's autoscaling. More...

Detailed Description

Specifies a type of a chart's autoscaling.

Constants

static final int SCALE_DISABLED = 0
 AutoScaling type constant. More...
 
static final int SCALE_UP = 1
 AutoScaling type constant. More...
 
static final int SCALE_UP_AND_DOWN = 2
 AutoScaling type constant. More...
 
static final int SCALE_VISIBLE = 3
 AutoScaling type constant. More...
 

Variable Documentation

◆ SCALE_DISABLED

final int SCALE_DISABLED = 0
static

AutoScaling type constant.

◆ SCALE_UP

final int SCALE_UP = 1
static

AutoScaling type constant.

◆ SCALE_UP_AND_DOWN

final int SCALE_UP_AND_DOWN = 2
static

AutoScaling type constant.

◆ SCALE_VISIBLE

final int SCALE_VISIBLE = 3
static

AutoScaling type constant.