Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TGraphOption Enumeration
Defines the specific graph options for a graph chart
Namespace: RSChartConsts
Delphi
type TGraphOption = ( goColorSelectionLinkOut, goColorSelectionLinkIn, goEmphasizeSelectionLinkIn, goEmphasizeSelectionLinkOut);
Name
Description
goColorSelectionLinkIn
Use selection color for links into the chart value if it is selected
goColorSelectionLinkOut
Use selection color for links out of the chart value if it is selected
goEmphasizeSelectionLinkIn
Emphasize (usually by adding to pen width) for links into the chart value if it is selected
goEmphasizeSelectionLinkOut
Emphasize (usually by adding to pen width) for links out of the chart value if it is selected
Top
To color and emphasize selected chart values themselves, use the charting options.
•TRSGraphChart
•RSChartConsts.TChartOption
•RSChartConsts