Accesses Panning characteristics.
public Scroll Panning {get;}

Remarks


Accesses Panning characteristics.  

Scrolling speed depends on:

The number of Series and Series Points.
The Chart Width and Height.
The computer processor and Video card processor speed.
The Video resolution and number of colors.
The Windows version and the Video driver.
The speed when dragging the mouse !

Example


It can be used to deny Horizontal and / or Vertical scrolling by changing the Chart.Panning.Allow property.

//This will deny scrolling 
tChart1.Chart.Panning.Allow = Steema.TeeChart.ScrollModes.None;

//You can also use: Horizontal, Vertical or Both

See Also

TChart Class | TChart Members | Steema.TeeChart Namespace