YAxisConfiguration constructor

YAxisConfiguration({
  1. bool clipPath,
  2. bool inner,
  3. num max,
  4. num min,
  5. bool inverted,
  6. num center,
  7. dynamic label,
  8. YTickConfiguration tick,
  9. dynamic padding,
  10. bool show,
  11. List<AxesConfiguration> axes,
})

Implementation

external factory YAxisConfiguration(
    {bool clipPath,
    bool inner,
    num max,
    num min,
    bool inverted,
    num center,
    dynamic /*String|{ text: string; position: string }*/ label,
    YTickConfiguration tick,
    dynamic
        /*{
		top?: number;
		bottom?: number;
	}|num*/
        padding,
    bool show,
    List<AxesConfiguration> axes});