SecondaryRenderer constructor
SecondaryRenderer(
- Rect mainRect,
- double maxValue,
- double minValue,
- double topPadding,
- SecondaryIndicator indicator,
- int fixedLength,
- KChartStyle chartStyle,
- KChartColors chartColors,
Implementation
SecondaryRenderer(
Rect mainRect,
double maxValue,
double minValue,
double topPadding,
this.indicator,
int fixedLength,
this.chartStyle,
this.chartColors,
) : super(
chartRect: mainRect,
maxValue: maxValue,
minValue: minValue,
topPadding: topPadding,
fixedLength: fixedLength,
gridColor: chartColors.gridColor,
);