-
public final class ComposedChartExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static <Model extends ChartEntryModel> ComposedChart<Model>plus(Chart<Model> $self, Chart<Model> other)Combines this Chart with another one to create a ComposedChart. final static <Model extends ChartEntryModel> ComposedChart<Model>plus(ComposedChart<Model> $self, Chart<Model> other)Combines this ComposedChart with a Chart to create a ComposedChart. final static <Model extends ChartEntryModel> ComposedChart<Model>plus(ComposedChart<Model> $self, ComposedChart<Model> other)Combines this ComposedChart and another one into a single ComposedChart. -
-
Method Detail
-
plus
final static <Model extends ChartEntryModel> ComposedChart<Model> plus(Chart<Model> $self, Chart<Model> other)
Combines this Chart with another one to create a ComposedChart.
-
plus
final static <Model extends ChartEntryModel> ComposedChart<Model> plus(ComposedChart<Model> $self, Chart<Model> other)
Combines this ComposedChart with a Chart to create a ComposedChart.
-
plus
final static <Model extends ChartEntryModel> ComposedChart<Model> plus(ComposedChart<Model> $self, ComposedChart<Model> other)
Combines this ComposedChart and another one into a single ComposedChart.
-
-
-
-