Hide Comments
Hide Comments

Comments (0)

Defines the action that a user is currently doing with a TRSChartPanel component. Unlike the TChartUserAction type, this means that the user can be doing nothing (uaNone)
 

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TChartUserActionExt = ( 
  uaNone, 
  uaZoom, 
  uaPan, 
  uaSelection); 
 

expandingMembers

 

Name

Description

public enummember

uaNone

User is taking no action

public enummember

uaPan

User may use the mouse to pan the chart panel

public enummember

uaSelection

User may use the mouse to select chart values in the chart panel

public enummember

uaZoom

User may use the mouse to zoom the chart panel

Top

expandingSee Also

Comments (0)

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