SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hi, guys
Is it possible to set min and max zoom constraints for renderable serie with one element ?
Default value (default_zoom.PNG) is too big.
Can you look at this?
Best regards,
Sushynski Andrei
Good day
Candle or column width is calculated depending on count of data points in viewport.
You can change data point width by creating subclass os SCIFastCandlestickRenderableSeries or SCIFastCollumnRenderableSeries and overriding the following method:
- (float) getDatapointWidthFrom:(id<SCIPointSeries>)pointSeries Amount:(int)barsAmount Calculator:(id<SCICoordinateCalculator>)xCalc WidthFraction:(double)widthFraction
Return value is data point width in pixels.
Best regards
Andrii
SciChart iOS Developer
Please login first to submit.