|  | Python Script Engine
    8.3
    GL Studio Editor Python Script API | 
| Public Attributes | |
| bool | active | 
| bool | useLineColor | 
| int | ticks | 
| float | startingOffset | 
| float | interval | 
| float | length | 
| float | thickness | 
| GlsColor | color | 
Structure that stores a linear scale's parameters.
| bool GlsLinearScaleData::active | 
True if this scale is active.
| GlsColor GlsLinearScaleData::color | 
Color to draw ticks if line color is not being used.
| float GlsLinearScaleData::interval | 
Interval between ticks in degrees.
| float GlsLinearScaleData::length | 
Length of ticks in logical units.
| float GlsLinearScaleData::startingOffset | 
Start offset in logical units.
| float GlsLinearScaleData::thickness | 
Thickness of ticks in logical units.
| int GlsLinearScaleData::ticks | 
Number of ticks on this scale.
| bool GlsLinearScaleData::useLineColor | 
True if this scale draws with line color.