Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TBasicChart Enumeration
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
•TRSCustomLineChart
•RSChartConsts.TBasicCharts
•RSChartConsts