Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TRSChartType Enumeration
Defines an enumeration of all the chart types in the RiverSoftAVG Charting Component Suite.
Use this enumeration with the GetChartClass function to find the class of a chart type
Namespace: RSChartConsts
Delphi
type TRSChartType = ( ctCustom, ctAreaChart, ctArrowChart, ctBarChart, ctSparseBarChart, ctLineChart, ctPieChart, ctPointChart, ctShapeChart, ctGraphChart, ctEQChart, ctGuideChart, ctChartInChart, ctPathChart, ctScatterChart, ctDonutChart, ctDonutChartEx, ctBubbleChart, ctHighLowAverageChart, ctCandleStickChart );
Name
Description
ctAreaChart
Represents constant ctAreaChart.
ctArrowChart
Represents constant ctArrowChart.
ctBarChart
Represents constant ctBarChart.
ctBubbleChart
Represents constant ctBubbleChart.
ctCandleStickChart
Represents constant ctCandleStickChart.
ctChartInChart
Represents constant ctChartInChart.
ctCustom
Represents constant ctCustom.
ctDonutChart
Represents constant ctDonutChart.
ctDonutChartEx
Represents constant ctDonutChartEx.
ctEQChart
Represents constant ctEQChart.
ctGraphChart
Represents constant ctGraphChart.
ctGuideChart
Represents constant ctGuideChart.
ctHighLowAverageChart
Represents constant ctHighLowAverageChart.
ctLineChart
Represents constant ctLineChart.
ctPathChart
Represents constant ctPathChart.
ctPieChart
Represents constant ctPieChart.
ctPointChart
Represents constant ctPointChart.
ctScatterChart
Represents constant ctScatterChart.
ctShapeChart
Represents constant ctShapeChart.
ctSparseBarChart
Represents constant ctSparseBarChart.
Top
•RSChartConsts.TRSChartTypes
•RSChartConsts