menu
k_chart_plus package
documentation
depth_chart.dart
DepthChartPainter
getSellX method
getSellX method
dark_mode
light_mode
getSellX
method
double
getSellX
(
int
position
)
Implementation
double getSellX(int position) => position * mSellPointWidth! + mDrawWidth;
k_chart_plus package
documentation
depth_chart
DepthChartPainter
getSellX method
DepthChartPainter class