YAxisLabelType
public enum YAxisLabelType
Option to choose between auto generated, numeric labels or custum array of strings.
Custom is set from ChartData -> yAxisLabels
case numeric // Auto generated, numeric labels.
case custom // Custom labels array -- `ChartData -> yAxisLabels`