graduatedStart property
      
      num
      get
      graduatedStart
      
    
    
Gets or sets the fractional distance along the main shape of a "Graduated" Panel at which this text should start. The default is 0; the value should range from 0 to 1.
Implementation
_i2.num get graduatedStart => _i4.getProperty(
      this,
      'graduatedStart',
    );
      
      set
      graduatedStart
      (num value) 
      
    
    
    
Implementation
set graduatedStart(_i2.num value) {
  _i4.setProperty(
    this,
    'graduatedStart',
    value,
  );
}