menu
k_chart_multiple package
documentation
renderer/chart_painter.dart
ChartPainter
isInSecondaryRect method
isInSecondaryRect method
dark_mode
light_mode
isInSecondaryRect
method
bool
isInSecondaryRect
(
Offset
point
)
Implementation
bool isInSecondaryRect(Offset point) => secondaryIndexAt(point) != null;
k_chart_multiple package
documentation
renderer/chart_painter
ChartPainter
isInSecondaryRect method
ChartPainter class