wxFreeChart
Public Member Functions | List of all members
PanMode Class Reference

Pan moves chart data when user drags mouse. More...

#include <zoompan.h>

Inheritance diagram for PanMode:
Inheritance graph
[legend]
Collaboration diagram for PanMode:
Collaboration graph
[legend]

Public Member Functions

void SetAllowHorizontalPan (bool allowHorizontalPan)
 
void SetAllowVertialPan (bool allowVerticalPan)
 
virtual void ChartMouseDown (wxPoint &pt)
 
virtual void ChartMouseUp (wxPoint &pt)
 
virtual void ChartMouseMove (wxPoint &pt)
 
- Public Member Functions inherited from ChartPanelMode
virtual void Init (wxChartPanel *chartPanel)=0
 

Detailed Description

Pan moves chart data when user drags mouse.

It's used to implement scrolling.

Definition at line 48 of file zoompan.h.


The documentation for this class was generated from the following file: