GLG Toolkit, Java Class Library  Version 4.5
GlgChartState

Flags for updating chart state, may be combined with bitwise OR. More...

Detailed Description

Flags for updating chart state, may be combined with bitwise OR.

Constants

static final int CHART_AUTOSCALE_STATE = 1
 Triggers chart autoscale. More...
 
static final int CHART_BUFFER_STATE = 2
 Triggers trimming of the chart buffer. More...
 
static final int CHART_SCROLLBAR_STATE = 4
 Updates position of the chart's scrollbars. More...
 

Variable Documentation

◆ CHART_AUTOSCALE_STATE

final int CHART_AUTOSCALE_STATE = 1
static

Triggers chart autoscale.

◆ CHART_BUFFER_STATE

final int CHART_BUFFER_STATE = 2
static

Triggers trimming of the chart buffer.

◆ CHART_SCROLLBAR_STATE

final int CHART_SCROLLBAR_STATE = 4
static

Updates position of the chart's scrollbars.