public interface CustomChart extends Component, Component.BelongToFrame, Component.HasIcon, Component.HasCaption
AbstractChart.Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE| Modifier and Type | Method and Description |
|---|---|
AbstractChart |
getConfiguration() |
java.lang.String |
getNativeJson() |
void |
repaint()
Resend all items and properties to client and repaint chart.
|
void |
setConfiguration(AbstractChart configuration) |
void |
setNativeJson(java.lang.String json)
Set additional JSON configuration as a string.
|
getFrame, setFrameaddStyleName, getAlignment, getHeight, getHeightSizeUnit, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, isEnabled, isEnabledRecursive, isResponsive, isVisible, isVisibleRecursive, removeStyleName, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedCompositiongetIcon, setIcon, setIconFromSetgetCaption, setCaptiongetDescription, setDescriptionstatic final java.lang.String NAME
AbstractChart getConfiguration()
void setConfiguration(AbstractChart configuration)
void repaint()
void setNativeJson(java.lang.String json)
json - additional JSON configurationjava.lang.String getNativeJson()