Interface
caplin.chart

Component

The class is still an Alpha release. It should only be used for experimental development as substantial changes may occur.
Interface that chart components who wish to work in workbenches must implement.

Constructor Summary

Attributes Name and Description
caplin.chart.Component()

Method Summary

Attributes Name and Description
void addSeries()

This method has no documentation yet as it's subject to change.

void hideSeries()

This method has no documentation yet as it's subject to change.

void removeSeries()

This method has no documentation yet as it's subject to change.

void showSeries()

This method has no documentation yet as it's subject to change.

Methods implemented from class caplin.component.Component:
getContainer, getElement, getPermissionKey, getSerializedState, getUniqueComponentId, setContainer, setFrame

Constructor Detail

caplin.chart.Component()

Method Detail

void addSeries()

This method has no documentation yet as it's subject to change.

void hideSeries()

This method has no documentation yet as it's subject to change.

void removeSeries()

This method has no documentation yet as it's subject to change.

void showSeries()

This method has no documentation yet as it's subject to change.