Class: NewDemoApiClient::Scaling

Inherits:
Object
  • Object
show all
Defined in:
lib/test_sdk/types/scaling.rb

Overview

The scaling type of the column. Geometric indicates exponential changes are

expected, while arithmetic indicates linear changes.

Constant Summary collapse

GEOMETRIC =
"geometric"
ARITHMETIC =
"arithmetic"