Package org.zkoss.chart.model
Interface DialChartsDataEvent
-
- All Superinterfaces:
ChartsDataEvent
- All Known Implementing Classes:
DialChartsDataEventImpl
public interface DialChartsDataEvent extends ChartsDataEvent
A dial chart data event to handle the property changed.- Author:
- jumperchen
-
-
Field Summary
Fields Modifier and Type Field Description static String
CAP_RADIUS
static String
FRAME_BG_ALPHA
static String
FRAME_BG_COLOR
static String
FRAME_BG_COLOR_1
static String
FRAME_BG_COLOR_2
static String
FRAME_FG_COLOR
static String
GRADIENT_DIRECTION
static String
INNER_RADIUS
static String
LOWER_BOUND
static String
NEEDLE_COLOR
static String
NEEDLE_RADIUS
static String
NEEDLE_TYPE
static String
OUTER_RADIUS
static String
RANGE
static String
RANGE_COLOR
static String
SCALE
static String
SCALE_FONT
static String
SCALE_TEXT
static String
SCALE_VALUE
static String
TEXT_RADIUS
static String
TICK_COLOR
static String
TICK_FONT
static String
TICK_LABEL_OFFSET
static String
TICK_RADIUS
static String
UPPER_BOUND
static String
VALUE_ANGLE
static String
VALUE_FONT
static String
VALUE_RADIUS
-
Fields inherited from interface org.zkoss.chart.model.ChartsDataEvent
ADDED, CHANGED, REMOVED
-
-
Method Summary
-
Methods inherited from interface org.zkoss.chart.model.ChartsDataEvent
getCategory, getCategoryIndex, getData, getModel, getSeries, getSeriesIndex, getType
-
-
-
-
Field Detail
-
SCALE
static final String SCALE
- See Also:
- Constant Field Values
-
FRAME_BG_ALPHA
static final String FRAME_BG_ALPHA
- See Also:
- Constant Field Values
-
FRAME_BG_COLOR
static final String FRAME_BG_COLOR
- See Also:
- Constant Field Values
-
FRAME_BG_COLOR_1
static final String FRAME_BG_COLOR_1
- See Also:
- Constant Field Values
-
FRAME_BG_COLOR_2
static final String FRAME_BG_COLOR_2
- See Also:
- Constant Field Values
-
FRAME_FG_COLOR
static final String FRAME_FG_COLOR
- See Also:
- Constant Field Values
-
GRADIENT_DIRECTION
static final String GRADIENT_DIRECTION
- See Also:
- Constant Field Values
-
CAP_RADIUS
static final String CAP_RADIUS
- See Also:
- Constant Field Values
-
RANGE_COLOR
static final String RANGE_COLOR
- See Also:
- Constant Field Values
-
INNER_RADIUS
static final String INNER_RADIUS
- See Also:
- Constant Field Values
-
OUTER_RADIUS
static final String OUTER_RADIUS
- See Also:
- Constant Field Values
-
LOWER_BOUND
static final String LOWER_BOUND
- See Also:
- Constant Field Values
-
UPPER_BOUND
static final String UPPER_BOUND
- See Also:
- Constant Field Values
-
SCALE_VALUE
static final String SCALE_VALUE
- See Also:
- Constant Field Values
-
SCALE_TEXT
static final String SCALE_TEXT
- See Also:
- Constant Field Values
-
SCALE_FONT
static final String SCALE_FONT
- See Also:
- Constant Field Values
-
TEXT_RADIUS
static final String TEXT_RADIUS
- See Also:
- Constant Field Values
-
VALUE_FONT
static final String VALUE_FONT
- See Also:
- Constant Field Values
-
VALUE_RADIUS
static final String VALUE_RADIUS
- See Also:
- Constant Field Values
-
VALUE_ANGLE
static final String VALUE_ANGLE
- See Also:
- Constant Field Values
-
TICK_FONT
static final String TICK_FONT
- See Also:
- Constant Field Values
-
TICK_LABEL_OFFSET
static final String TICK_LABEL_OFFSET
- See Also:
- Constant Field Values
-
TICK_COLOR
static final String TICK_COLOR
- See Also:
- Constant Field Values
-
TICK_RADIUS
static final String TICK_RADIUS
- See Also:
- Constant Field Values
-
RANGE
static final String RANGE
- See Also:
- Constant Field Values
-
NEEDLE_TYPE
static final String NEEDLE_TYPE
- See Also:
- Constant Field Values
-
NEEDLE_COLOR
static final String NEEDLE_COLOR
- See Also:
- Constant Field Values
-
NEEDLE_RADIUS
static final String NEEDLE_RADIUS
- See Also:
- Constant Field Values
-
-