-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ColumnChart.MergeMode extends Enum<ColumnChart.MergeMode>
Defines how a ColumnChart should draw columns in column collections.
-
-
Method Summary
Modifier and Type Method Description final FloatgetMinY(ChartEntryModel model)Returns the minimum y-axis value, taking into account the current MergeMode. final FloatgetMaxY(ChartEntryModel model)Returns the maximum y-axis value, taking into account the current MergeMode. final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getMinY
final Float getMinY(ChartEntryModel model)
Returns the minimum y-axis value, taking into account the current MergeMode.
-
getMaxY
final Float getMaxY(ChartEntryModel model)
Returns the maximum y-axis value, taking into account the current MergeMode.
-
getOrdinal
final Integer getOrdinal()
-
-
-
-