ComposedChart
Combines multiple Charts and draws them on top of one another.
Constructors
Properties
A Collection of the ChartInsetters that are part of this Chart. Each ChartInsetter can influence the final layout of the chart and its components.
Links x-axis values to Marker.EntryModels. A Marker.EntryModel holds the data needed to draw a Marker.
The maximum value shown on the x-axis. If Model implements ChartEntryModel, and maxX is not null, this overrides ChartEntryModel.maxX.
The maximum value shown on the y-axis. If Model implements ChartEntryModel, and maxY is not null, this overrides ChartEntryModel.maxY.
The minimum value shown on the x-axis. If Model implements ChartEntryModel, and minX is not null, this overrides ChartEntryModel.minX.
The minimum value shown on the y-axis. If Model implements ChartEntryModel, and minY is not null, this overrides ChartEntryModel.minY.
Provides the Chart’s ModelTransformer.
Functions
Responsible for drawing any decorations placed above the chart, as well as persistent markers.
Called during the measurement phase, after getInsets. Only horizontal insets can be requested from this function. Unless the available height is of interest, getInsets can be used to set all insets. The final inset for a given edge of the associated Chart is the largest of the insets requested for the edge.
Called during the measurement phase, before getHorizontalInsets. Both horizontal and vertical insets can be requested from this function. The final inset for a given edge of the associated Chart is the largest of the insets requested for the edge.
Combines this ComposedChart with a Chart to create a ComposedChart.
Combines this ComposedChart and another one into a single ComposedChart.
Updates the ChartValues stored in the provided ChartValuesManager instance to this Chart’s ChartValues.
Updates the chart’s MutableHorizontalDimensions instance.