public class ChartEvent
extends java.lang.Object
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static int |
CHART_ADDED |
static int |
CHART_FIRST |
static int |
CHART_LAST |
static int |
CHART_SCROLLED |
static int |
CHART_UNZOOMED |
static int |
CHART_ZOOMED |
Constructor and Description |
---|
ChartEvent(java.lang.Object s,
int i)
Creates a new instance of ChartEvent
|
Modifier and Type | Method and Description |
---|---|
int |
getID() |
java.lang.Object |
getSource() |
public static final int CHART_FIRST
public static final int CHART_ADDED
public static final int CHART_SCROLLED
public static final int CHART_UNZOOMED
public static final int CHART_ZOOMED
public static final int CHART_LAST