Sets the selection indexes of the series so that only the bars between those two points are drawn. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public override void Zoom ( |
Visual Basic
![]() |
---|
Public Overrides Sub Zoom ( _ |
JavaScript
![]() |
---|
function Zoom (selectionStart, selectionEnd) |
The Zoom method gives a detailed view of the bars between selectionStart and selectionEnd. Note that those two indexes are applied to all bar series.