Hide Comments
Hide Comments

Comments (0)

Defines orientation of a graph chart (TRSGraphChart), e.g., the direction in which the links/nodes go.
 

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TRSChartOrientation = ( 
  coTopDown, 
  coBottomUp, 
  coLeftRight, 
  coRightLeft); 
 

expandingMembers

 

Name

Description

public enummember

coBottomUp

Graph Values go from bottom to top of the chart panel
 

public enummember

coLeftRight

Graph Values go from left to right of the chart panel
 

public enummember

coRightLeft

Graph Values go from right to left of the chart panel

public enummember

coTopDown

Graph Values go from top to bottom of the chart panel

Top

expandingSee Also

Reference

TRSGraphChart

Comments (0)

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