public class AreaChartOptions extends CommonChartOptions
CommonChartOptions.PopupBehaviorAlignTypeAREA_CHART, BAR_CHART, BUBBLE_CHART, CHART_LEGEND, CHART_Y2AXIS, COMBO_CHART, DVT, FUNNEL_CHART, HORIZONTAL_BAR_CHART, LINE_CHART, m_clAction, m_clMethod, m_pbAlignId, m_pbDisabled, m_pbId, m_pbTriggerType, PIE_CHART, SCATTER_CHART, STOCK_CHART| Constructor and Description |
|---|
AreaChartOptions() |
| Modifier and Type | Method and Description |
|---|---|
ChartBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
AreaChartExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
applyChanges, getChartSeriesStyleItems, getClientListenerAction, getClientListenerMethod, getId, getPopupBehaviorAlign, getPopupBehaviorAlignId, getPopupBehaviorId, getPopupBehaviorTriggerType, getProperty, getValue, getVar, isPopupBehaviorDisabled, setChartSeriesStyleItems, setClientListenerAction, setClientListenerMethod, setId, setPopupBehaviorAlign, setPopupBehaviorAlignId, setPopupBehaviorDisabled, setPopupBehaviorId, setPopupBehaviorTriggerType, setProperty, setValue, setVarmergepublic AreaChartExtendedProperties getExtendedProperties()
ExtendedPatternOptionsExtendedProperties of this pattern if present.
Properties may be set on the extended properties until the component is
bound.getExtendedProperties in class ExtendedPatternOptionspublic ChartBindingOptions getBindingOptions()
DvtExtendedPatternOptionsBindingOptions of this pattern if present.
Binding related properties may be set on the BindingOptions class until the component is
bound.getBindingOptions in class DvtExtendedPatternOptionsBindingOptions that contains component specific options used by the binding task.
Check the component's options class for the specific implementation of BindingOptions used by that component.
For instance: charts are using ChartBindingOptions