Hide Comments
Hide Comments

TRSCustomChartPanel.Unzoom(Boolean,Boolean) Method

Comments (0)

Resets the visual window for the two chart axes to their full visual range (e.g.,  ZoomMinimum =  Minimum and  ZoomMaximum =  Maximum for both the horizontal and vertical axis). Usually, it unzooms the  BottomAxis and the  LeftAxis to change displayed area for charts associated with those axes. Set the UseBottomAxis parameter to False to use the  TopAxis and the UseLeftAxis parameter to False to use the  RightAxis.

Namespace: FMX.RS.ChartPanel

expandingSyntax

Delphi

public 
  procedure Unzoom( UseBottomAxis: Boolean = True; UseLeftAxis: Boolean = True ); 
 

Parameters

UseBottomAxis

Type: Boolean

UseLeftAxis

Type: Boolean

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb