PlottableType
public enum PlottableTypeDefines the type of data for automatic scale and axis inference.
Fields
Section titled “Fields”
Categorical
Section titled “Categorical”Categorical = 0Discrete categorical data (strings, enums). Uses band scale.
Returns
ChartGuru.PlottableType — No return description is available.
Quantitative
Section titled “Quantitative”Quantitative = 1Continuous numeric data (float, int, double). Uses linear scale.
Returns
ChartGuru.PlottableType — No return description is available.
Temporal
Section titled “Temporal”Temporal = 2Time-based data (DateTime, timestamps). Uses time scale.
Returns
ChartGuru.PlottableType — No return description is available.