<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations:
Comments (0)
Defines the basic chart elements drawn by a TRSCustomLineChart component.
Namespace: RSChartConsts
Delphi
type TBasicChart = ( bcLine, bcArea);
Name
Description
bcArea
Draw the area under the line
bcLine
Draw the line
Top