<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations:
Comments (0)
Defines TRSChartValue options
Namespace: RSChartConsts
Delphi
type TRSChartValueOption = ( cvoVisible, cvoSelected);
Name
Description
cvoSelected
Value is selected
cvoVisible
Value is visible
Top