SecondaryRenderer constructor
SecondaryRenderer(
- Rect mainRect,
- double maxValue,
- double minValue,
- double topPadding,
- SecondaryState state,
- int fixedLength,
- ChartStyle chartStyle,
- ChartColors chartColors,
Implementation
SecondaryRenderer(
Rect mainRect,
double maxValue,
double minValue,
double topPadding,
this.state,
int fixedLength,
this.chartStyle,
this.chartColors)
: super(
chartRect: mainRect,
maxValue: maxValue,
minValue: minValue,
topPadding: topPadding,
fixedLength: fixedLength,
gridColor: chartColors.gridColor,) {
mMACDWidth = this.chartStyle.macdWidth;
}