gridMaxPxY property
The maximum coordinate of the grid, in pixel. The grid starts at (gridMinPxX,gridMinPxY) and ends in (gridMaxPxX, gridMaxPxY).
Implementation
@protected
double get gridMaxPxY {
return (_svgElem.clientHeight - textMargin - _textHeight).toDouble();
}