Table of Contents

TTMSFNCChartSerieType Enumeration

Specifies the visual presentation type for a chart series.

API unit family: TMSFNCChart

Members

Name Description
ctLine Line chart connecting successive values with straight line segments.
ctDigitalLine Step-style line that draws horizontal then vertical segments between values.
ctArea Filled area below a line, suitable for showing volume or cumulative totals.
ctStackedArea Stacked filled area that layers multiple series cumulatively.
ctStackedPercentageArea Percentage stacked area where each group is normalized to 100%.
ctBar Vertical or horizontal bars representing categorical values.
ctStackedBar Stacked bar chart that combines series sharing a group index.
ctStackedPercentageBar Percentage stacked bar where grouped bars are normalized to 100%.
ctMarker Point-only series that draws a marker at each data coordinate.
ctXYLine Line chart with explicit numeric x-coordinates instead of evenly spaced categories.
ctXYMarker Scatter chart with explicit x and y coordinates and no connecting lines.
ctPie Pie chart where each point contributes a proportional slice.
ctVariableRadiusPie Pie variant where both slice angle and radius vary with the point value.
ctSizedPie Pie variant where all slices share the same angle but the radius reflects the value.
ctSpider Spider (radar) chart that plots values around a radial grid.
ctBand Band chart that shades the area between a primary and a secondary Y value.
ctOHLC Open-high-low-close bar chart for financial price data.
ctCandleStick Candlestick chart for financial OHLC data with filled bodies.
ctBoxPlot Box plot showing minimum, quartile, median, and maximum distribution values.