Hide Comments
Hide Comments

Comments (0)

Defines the specific graph options for a graph chart

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TGraphOption = ( 
  goColorSelectionLinkOut, 
  goColorSelectionLinkIn, 
  goEmphasizeSelectionLinkIn, 
  goEmphasizeSelectionLinkOut); 
 

expandingMembers

 

Name

Description

public enummember

goColorSelectionLinkIn

Use selection color for links into the chart value if it is selected

public enummember

goColorSelectionLinkOut

Use selection color for links out of the chart value if it is selected
 

public enummember

goEmphasizeSelectionLinkIn

Emphasize (usually by adding to pen width) for links into the chart value if it is selected

public enummember

goEmphasizeSelectionLinkOut

Emphasize (usually by adding to pen width) for links out of the chart value if it is selected

Top

expandingRemarks

To color and emphasize selected chart values themselves, use the charting options.

expandingSee Also

Reference

TRSGraphChart

Comments (0)

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