Interface UiLineChart

All Superinterfaces:
AttributeReadAttached, AttributeReadEnabled, AttributeReadId, AttributeReadTitle, AttributeReadValid, AttributeReadVisible, AttributeWriteEnabled, AttributeWriteId, AttributeWriteReadOnly, AttributeWriteTitle, AttributeWriteTooltip, AttributeWriteVisible, io.github.mmm.event.EventSource<UiEvent,UiEventListener>, UiChart<UiPoint[]>, UiNativeWidget, UiRegularWidget, UiWidget

public interface UiLineChart extends UiChart<UiPoint[]>, UiNativeWidget
UiChart showing data as a line chart. The data is given as UiPoints that get connected to allow interpolation and potentially extrapolation trends.
Since:
1.0.0