ViewRoundBaseZoomByFactor Method |
LightningChart .NET Help
Zoom by given factor and around given view center as DIP or screen coordinates.
Namespace:
Arction.WinForms.Charting.Views.ViewRound
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void ZoomByFactor(
PointInt zoomCenterCoord,
float zoomFactor,
bool UseDIP = true
)
Public Sub ZoomByFactor (
zoomCenterCoord As PointInt,
zoomFactor As Single,
Optional UseDIP As Boolean = true
)
public:
void ZoomByFactor(
PointInt zoomCenterCoord,
float zoomFactor,
bool UseDIP = true
)
Parameters
- zoomCenterCoord
- Type: Arction.WinForms.ChartingPointInt
Screen coordinates of the new center point [default input in DIPs] - zoomFactor
- Type: SystemSingle
Factor to modify the zoom scale by. - UseDIP (Optional)
- Type: SystemBoolean
Defines if the input value is in DIP or PX
See Also