Table of Contents

TMS FNC Chart API Reference

Use this reference for exact Delphi API contracts. Start from the component pages for purpose, setup, and task guides; use the class and member pages here for signatures, defaults, behavior notes, and event contracts.

Entry Points

Route Use when
Components You want component purpose, screenshots, guide links, and the component API map.
Product guides You want cross-cutting workflows before drilling into component APIs.
Product overview You want frameworks, dependencies, IDE support, and release notes.

Component Summary

Component Use for
TMS FNC Chart Cross-platform chart control with line, bar, pie, area, stacked, marker, spider, OHLC, candlestick, and box plot presentations.

API By Component

TMS FNC Chart

Component page

Classes And Records

Type Description
TTMSFNCAreaChart Convenience chart control pre-configured with an area (ctArea) series type.
TTMSFNCBandChart Convenience chart control pre-configured with a band (ctBand) series type for upper/lower range data.
TTMSFNCBarChart Convenience chart control pre-configured with a bar (ctBar) series type.
TTMSFNCBarChartSerie Convenience chart series subclass pre-configured as a bar chart series.
TTMSFNCBoxPlotChart Convenience chart control pre-configured with a box plot (ctBoxPlot) statistical series type.
TTMSFNCCandleStickChart Convenience chart control pre-configured with a candlestick (ctCandleStick) financial series type.
TTMSFNCChart Main chart control that renders series, axes, legend, title, crosshair, and annotations; supports virtual mode, data import from CSV and JSON, interactive zooming and panning, and export to image.
TTMSFNCChartAdapter Base class for chart adapters that populate the chart from an external data source.
TTMSFNCChartAnnotation Represents a single annotation attached to a chart point, drawn as a labeled shape with an optional leader line.
TTMSFNCChartAnnotationVirtual Carries annotation data supplied by the virtual annotation events OnGetNumberOfAnnotations and OnGetAnnotation.
TTMSFNCChartAnnotations Ordered collection of TTMSFNCChartAnnotation items attached to a single chart point.
TTMSFNCChartAppearance Controls global chart color scheme, color list, and font-propagation settings.
TTMSFNCChartAppearanceFont Global font settings that propagate a single font attribute change to all chart text elements at once.
TTMSFNCChartBaseComponent Lightweight invisible component used as a non-visual chart placeholder on design-time forms; visible is False by default.
TTMSFNCChartColorSelection A single color entry in the chart color list used to assign series colors by index.
TTMSFNCChartColorSelections Collection of color entries used by the chart appearance color scheme.
TTMSFNCChartCrosshair Configures the global crosshair that tracks mouse position across the chart.
TTMSFNCChartDataGridAdapter Represents the TTMSFNCChartDataGridAdapter type.
TTMSFNCChartDataGridSource Represents the TTMSFNCChartDataGridSource type.
TTMSFNCChartDatabaseAdapter Represents the TTMSFNCChartDatabaseAdapter type.
TTMSFNCChartDatabaseAdapterDataLink Represents the TTMSFNCChartDatabaseAdapterDataLink type.
TTMSFNCChartDatabaseAdapterSeries Represents the TTMSFNCChartDatabaseAdapterSeries type.
TTMSFNCChartDatabaseAdapterSeriesItem Represents the TTMSFNCChartDatabaseAdapterSeriesItem type.
TTMSFNCChartDatabaseAdapterSource Represents the TTMSFNCChartDatabaseAdapterSource type.
TTMSFNCChartDrawAnnotation Describes an annotation being drawn, passed to OnBeforeDrawSerieAnnotation and OnAfterDrawSerieAnnotation.
TTMSFNCChartDrawAnnotations List of annotation draw parameters produced during chart rendering.
TTMSFNCChartDrawLabel Describes a point label passed to OnBeforeDrawSerieLabel and OnAfterDrawSerieLabel.
TTMSFNCChartDrawLabels List of label draw parameters produced during chart rendering.
TTMSFNCChartDrawLine Describes a line segment passed to OnBeforeDrawSerieLine and OnAfterDrawSerieLine.
TTMSFNCChartDrawLines List of line-segment draw parameters produced during chart rendering.
TTMSFNCChartDrawMultiPoint Describes a multi-value point (OHLC, candlestick, or box plot) passed to draw events.
TTMSFNCChartDrawMultiPoints List of multi-point series draw parameters produced during chart rendering.
TTMSFNCChartDrawPoint Describes a single data point marker passed to OnBeforeDrawSeriePoint and OnAfterDrawSeriePoint.
TTMSFNCChartDrawPoints List of data-point draw parameters produced during chart rendering.
TTMSFNCChartDrawRect Describes a bar or area fill rectangle passed to OnBeforeDrawSerieRect and OnAfterDrawSerieRect.
TTMSFNCChartDrawRects List of bar/rectangle draw parameters produced during chart rendering.
TTMSFNCChartDrawSlice Describes a pie or spider slice passed to OnBeforeDrawSerieSlice and OnAfterDrawSerieSlice.
TTMSFNCChartDrawSlices List of pie/donut slice draw parameters produced during chart rendering.
TTMSFNCChartDrawXYGridLine Describes an axis grid line passed to grid draw events.
TTMSFNCChartDrawXYGridLines List of X/Y grid line draw parameters produced during chart rendering.
TTMSFNCChartDrawXYValue Describes an axis tick mark and label passed to axis draw events.
TTMSFNCChartDrawXYValues List of X/Y value draw parameters produced during chart rendering.
TTMSFNCChartEditor Design-time editor component for configuring a TTMSFNCChart. Provides tabbed panels for chart type, appearance, title, legend, axes, and series settings.
TTMSFNCChartEditorDialog Visual design-time editor dialog for configuring a TTMSFNCChart. All editing surface, chart connection, and series editing are inherited from TTMSFNCChartEditor.
TTMSFNCChartEditorForm Internal form host that loads and owns a TTMSFNCChartEditor instance for display in a modal window.
TTMSFNCChartElement Base class for chart elements (title, axes, legend) that share fill, stroke, and visibility settings.
TTMSFNCChartGridAdapter Represents the TTMSFNCChartGridAdapter type.
TTMSFNCChartGridCustomAdapter Represents the TTMSFNCChartGridCustomAdapter type.
TTMSFNCChartGridCustomAdapterSeries Represents the TTMSFNCChartGridCustomAdapterSeries type.
TTMSFNCChartGridCustomAdapterSeriesItem Represents the TTMSFNCChartGridCustomAdapterSeriesItem type.
TTMSFNCChartGridCustomAdapterSource Represents the TTMSFNCChartGridCustomAdapterSource type.
TTMSFNCChartGridSource Represents the TTMSFNCChartGridSource type.
TTMSFNCChartInteractionOptions Configures mouse and touch interaction behavior for the chart.
TTMSFNCChartLegend Configures the chart-level legend that identifies all visible series.
TTMSFNCChartLoadOptions Options that control how data is imported into the chart from CSV, JSON, or array sources.
TTMSFNCChartMargins Stores four integer margin values (left, top, right, bottom) used for spacing within chart elements.
TTMSFNCChartPDFIO Represents the TTMSFNCChartPDFIO type.
TTMSFNCChartPoint Represents a single data point in a chart series, holding all value fields and optional per-point appearance overrides.
TTMSFNCChartPointVirtual Carries point data supplied by the virtual mode events OnGetNumberOfPoints and OnGetPoint.
TTMSFNCChartPoints Ordered collection of TTMSFNCChartPoint items belonging to a single chart series.
TTMSFNCChartSelector Visual control that displays a miniature preview of one chart type, used in chart type selection dialogs.
TTMSFNCChartSerie Represents a single chart series, defining its type, data points, and all visual and behavioral settings.
TTMSFNCChartSerieBar Controls the width and spacing of bars in a bar series.
TTMSFNCChartSerieCrosshair Configures the per-series crosshair appearance including line strokes and value label styles.
TTMSFNCChartSerieLabels Configures the display of value labels drawn near each data point in a series.
TTMSFNCChartSerieLegend Configures the per-series legend overlay, which can be positioned independently from the chart-level legend.
TTMSFNCChartSerieMarkers Controls the visibility, shape, size, fill, and stroke of data point markers in a series.
TTMSFNCChartSerieMultiPoint Controls the appearance of multi-value series (OHLC, candlestick) including increasing and decreasing colors.
TTMSFNCChartSeriePie Configures the layout and sweep of pie, donut, and sized-pie series.
TTMSFNCChartSerieXValues Configures x-axis tick values, label angle, and smart label placement for a series.
TTMSFNCChartSerieXYGrid Configures the grid lines drawn behind the chart for one axis direction, including spider chart grid options.
TTMSFNCChartSerieXYTitle Configures the axis title label displayed alongside the x-axis or y-axis tick values.
TTMSFNCChartSerieXYValues Configures the tick mark values, formatting, and smart labels for one axis direction of a series.
TTMSFNCChartSerieYValues Configures y-axis tick values, label angle, and smart label placement for a series.
TTMSFNCChartSeries Collection of chart series attached to a TTMSFNCChart control.
TTMSFNCChartShowEditorParams Parameters passed to the OnShowEditor event to control which editor dialog is displayed.
TTMSFNCChartSmartLabels Controls automatic label placement for dense axis tick labels, including rotation and count limits.
TTMSFNCChartTitle Configures the chart title, including text, font, alignment, and position above or below the plot area.
TTMSFNCChartXAxis Configures the x-axis band, including position, height, grid lines, and reference value placement.
TTMSFNCChartYAxis Configures the y-axis band, including position, width, grid lines, and reference value placement.
TTMSFNCCustomChartPDFIO Represents the TTMSFNCCustomChartPDFIO type.
TTMSFNCDigitalLineChart Convenience chart control pre-configured with a digital line (ctDigitalLine) series type.
TTMSFNCDonutChart Convenience chart control pre-configured as a donut chart (pie with inner radius).
TTMSFNCLineChart Convenience chart control pre-configured with a line (ctLine) series type.
TTMSFNCMarkerChart Convenience chart control pre-configured with a marker (ctMarker) series type.
TTMSFNCOHLCChart Convenience chart control pre-configured with an OHLC (ctOHLC) financial series type.
TTMSFNCPieChart Convenience chart control pre-configured with a pie (ctPie) series type.
TTMSFNCSizedPieChart Convenience chart control pre-configured with a sized pie (ctSizedPie) series type.
TTMSFNCSpiderChart Convenience chart control pre-configured with a spider (ctSpider) radial series type.
TTMSFNCStackedAreaChart Convenience chart control pre-configured with a stacked area (ctStackedArea) series type.
TTMSFNCStackedBarChart Convenience chart control pre-configured with a stacked bar (ctStackedBar) series type.
TTMSFNCStackedPercentageAreaChart Convenience chart control pre-configured with a percentage stacked area (ctStackedPercentageArea) series type.
TTMSFNCStackedPercentageBarChart Convenience chart control pre-configured with a percentage stacked bar (ctStackedPercentageBar) series type.
TTMSFNCVariableRadiusPieChart Convenience chart control pre-configured with a variable-radius pie (ctVariableRadiusPie) series type.
TTMSFNCXYLineChart Convenience chart control pre-configured with an XY line (ctXYLine) series type.
TTMSFNCXYMarkerChart Convenience chart control pre-configured with an XY marker (ctXYMarker) scatter series type.
Type Kind Description
TTMSFNCChartAddJSONPointCallBackEvent Event type Callback invoked per point during JSON import; used as an anonymous method or object method depending on platform.
TTMSFNCChartAddJSONPointEvent Event type Fires when a new point is created from JSON import; inspect or modify APoint using the raw JSON value.
TTMSFNCChartAddJSONSerieCallBackEvent Event type Callback invoked per series during JSON import; used as an anonymous method or object method depending on platform.
TTMSFNCChartAddJSONSerieEvent Event type Fires when a new series is created from JSON import; inspect or modify ASerie using the raw JSON value.
TTMSFNCChartAfterDrawBackground Event type Fires after the chart background has been drawn.
TTMSFNCChartAfterDrawChart Event type Fires after the chart area has been drawn.
TTMSFNCChartAfterDrawLegend Event type Fires after the chart legend has been drawn.
TTMSFNCChartAfterDrawLegendIcon Event type Fires after a legend icon has been drawn.
TTMSFNCChartAfterDrawSerieAnnotation Event type Fires after an annotation has been drawn.
TTMSFNCChartAfterDrawSerieBar Event type Fires after a bar rectangle has been drawn.
TTMSFNCChartAfterDrawSerieCrosshairHorizontalLine Event type Fires after the crosshair horizontal line has been drawn.
TTMSFNCChartAfterDrawSerieCrosshairVerticalLine Event type Fires after the crosshair vertical line has been drawn.
TTMSFNCChartAfterDrawSerieGridLegendText Event type Fires after a spider grid legend text label has been drawn.
TTMSFNCChartAfterDrawSerieLabel Event type Fires after a series point label has been drawn.
TTMSFNCChartAfterDrawSerieLegend Event type Fires after a per-series legend overlay has been drawn.
TTMSFNCChartAfterDrawSerieLegendIcon Event type Fires after a per-series legend icon has been drawn for a regular point.
TTMSFNCChartAfterDrawSerieLegendIconVirtual Event type Fires after a per-series legend icon has been drawn for a virtual point.
TTMSFNCChartAfterDrawSerieLine Event type Fires after a line segment has been drawn.
TTMSFNCChartAfterDrawSerieMarker Event type Fires after a data point marker has been drawn.
TTMSFNCChartAfterDrawSerieMultiPoint Event type Fires after a multipoint element (OHLC/candlestick/box plot) has been drawn.
TTMSFNCChartAfterDrawSerieSlice Event type Fires after a pie or spider slice has been drawn.
TTMSFNCChartAfterDrawSerieXAxisCrosshairText Event type Fires after the crosshair x-axis value label has been drawn.
TTMSFNCChartAfterDrawSerieXGridLine Event type Fires after an x-axis grid line has been drawn.
TTMSFNCChartAfterDrawSerieXValue Event type Fires after an x-axis tick value label has been drawn.
TTMSFNCChartAfterDrawSerieYAxisCrosshairText Event type Fires after the crosshair y-axis value label has been drawn.
TTMSFNCChartAfterDrawSerieYGridLine Event type Fires after a y-axis grid line has been drawn.
TTMSFNCChartAfterDrawSerieYValue Event type Fires after a y-axis tick value label has been drawn.
TTMSFNCChartAfterDrawSeries Event type Fires after all series have been drawn.
TTMSFNCChartAfterDrawTitle Event type Fires after a chart title has been drawn.
TTMSFNCChartAfterDrawXAxis Event type Fires after an x-axis bar has been drawn.
TTMSFNCChartAfterDrawXValuesTitle Event type Fires after an x-axis title label has been drawn.
TTMSFNCChartAfterDrawYAxis Event type Fires after a y-axis bar has been drawn.
TTMSFNCChartAfterDrawYValuesTitle Event type Fires after a y-axis title label has been drawn.
TTMSFNCChartAnimateSerieFinished Event type Fires when a series entry animation completes.
TTMSFNCChartAnimateSerieStarted Event type Fires when a series entry animation starts.
TTMSFNCChartAnnotationArrow Enum Controls the arrowhead style on the annotation leader line.
TTMSFNCChartAnnotationShape Enum Specifies the background shape drawn around annotation text.
TTMSFNCChartAppearanceFontType Enum Identifies which font attribute is affected when applying a global font change across all chart elements.
TTMSFNCChartBeforeDrawBackground Event type Fires before the chart background is drawn; set ADefaultDraw to False to suppress the default background.
TTMSFNCChartBeforeDrawChart Event type Fires before the chart area is drawn; set ADefaultDraw to False to replace the entire chart rendering.
TTMSFNCChartBeforeDrawLegend Event type Fires before the chart legend is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawLegendIcon Event type Fires before a legend icon is drawn; set ADefaultDraw to False to replace the icon with custom drawing.
TTMSFNCChartBeforeDrawSerieAnnotation Event type Fires before an annotation is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieBar Event type Fires before a bar rectangle is drawn; set ADefaultDraw to False to replace with custom drawing.
TTMSFNCChartBeforeDrawSerieCrosshairHorizontalLine Event type Fires before the crosshair horizontal line is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieCrosshairVerticalLine Event type Fires before the crosshair vertical line is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieGridLegendText Event type Fires before a spider grid legend text label is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieLabel Event type Fires before a series point label is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieLegend Event type Fires before a per-series legend overlay is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieLegendIcon Event type Fires before a per-series legend icon is drawn for a regular point; set ADefaultDraw to False to replace with custom drawing.
TTMSFNCChartBeforeDrawSerieLegendIconVirtual Event type Fires before a per-series legend icon is drawn for a virtual point; set ADefaultDraw to False to replace with custom drawing.
TTMSFNCChartBeforeDrawSerieLine Event type Fires before a line segment is drawn; set ADefaultDraw to False to replace with custom drawing.
TTMSFNCChartBeforeDrawSerieMarker Event type Fires before a data point marker is drawn; set ADefaultDraw to False to replace with custom drawing.
TTMSFNCChartBeforeDrawSerieMultiPoint Event type Fires before a multipoint element (OHLC/candlestick/box plot) is drawn; set ADefaultDraw to False to replace with custom drawing.
TTMSFNCChartBeforeDrawSerieSlice Event type Fires before a pie or spider slice is drawn; set ADefaultDraw to False to replace with custom drawing.
TTMSFNCChartBeforeDrawSerieXAxisCrosshairText Event type Fires before the crosshair x-axis value label is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieXGridLine Event type Fires before an x-axis grid line is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieXValue Event type Fires before an x-axis tick value label is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieYAxisCrosshairText Event type Fires before the crosshair y-axis value label is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieYGridLine Event type Fires before a y-axis grid line is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSerieYValue Event type Fires before a y-axis tick value label is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawSeries Event type Fires before all series are drawn; set ADefaultDraw to False to suppress the default series rendering.
TTMSFNCChartBeforeDrawTitle Event type Fires before a chart title is drawn; set ADefaultDraw to False to suppress the default title rendering.
TTMSFNCChartBeforeDrawXAxis Event type Fires before an x-axis bar is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawXValuesTitle Event type Fires before an x-axis title label is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawYAxis Event type Fires before a y-axis bar is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeDrawYValuesTitle Event type Fires before a y-axis title label is drawn; set ADefaultDraw to False to suppress the default rendering.
TTMSFNCChartBeforeSetAllFontsEvent Event type Fires before global font settings are propagated; use the Boolean parameters to restrict which element groups receive the change.
TTMSFNCChartColorScheme Enum Selects the source used to assign colors to chart series.
TTMSFNCChartCrosshairMode Enum Specifies how the crosshair tracks points when moved over the chart.
TTMSFNCChartCrosshairModes Type alias (undocumented)
TTMSFNCChartCustomizeAnnotationFill Event type Fires for each virtual annotation to allow customization of the annotation fill.
TTMSFNCChartCustomizeAnnotationFont Event type Fires for each virtual annotation to allow customization of the annotation font.
TTMSFNCChartCustomizeAnnotationStroke Event type Fires for each virtual annotation to allow customization of the annotation stroke.
TTMSFNCChartDatabaseAdapterFieldsToPointEvent Event type Event handler signature for chart adapter notifications.
TTMSFNCChartDatabaseAdapterFieldsToSeriesEvent Event type Event handler signature for chart adapter notifications.
TTMSFNCChartDatabaseAdapterSetFieldValueIndexEvent Event type Event handler signature for chart adapter notifications.
TTMSFNCChartDatabaseAdapterSetFieldValueTypeEvent Event type Event handler signature for chart adapter notifications.
TTMSFNCChartDrawTitleText Event type Fires when the chart title text is about to be rendered; set AText to replace it or ADefaultDraw to False to suppress rendering.
TTMSFNCChartDrawXYValueKind Enum Indicates whether an axis tick or label is a major or minor unit.
TTMSFNCChartEditorType Enum Identifies which design-time editor panel to display.
TTMSFNCChartEditorTypes Type alias (undocumented)
TTMSFNCChartFirstLine Enum Specifies how the first row of a CSV file is interpreted during import.
TTMSFNCChartGetAnnotation Event type Fires for each virtual annotation index; fill AAnnotation with the values for that index.
TTMSFNCChartGetNumberOfAnnotations Event type Fires to determine how many virtual annotations a virtual point has; set ANumberOfAnnotations to the count.
TTMSFNCChartGetNumberOfPoints Event type Fires during layout to determine how many virtual points a series contains; set ANumberOfPoints to the count.
TTMSFNCChartGetPoint Event type Fires for each virtual point index; fill APoint with the values for that index.
TTMSFNCChartGetSerie3DOffset Event type Fires for each series during 3D offset calculation; set A3DOffset to override the computed depth offset.
TTMSFNCChartGetSerieLabel Event type Fires for each series point label; set AValueString to provide a custom label text.
TTMSFNCChartGetSerieLabelVirtual Event type Fires for each virtual point label; set AValueString to provide a custom label text.
TTMSFNCChartGetSerieLegendText Event type Fires for each series legend item; set ALegendText to override the displayed text.
TTMSFNCChartGetSerieLegendTextVirtual Event type Fires for each virtual point in the series legend; set ALegendText to override the displayed text.
TTMSFNCChartGetSerieValue Event type Fires for each axis tick value; set AValueString to override the formatted numeric string.
TTMSFNCChartGetSerieXAxisCrosshairText Event type Fires for each crosshair x-axis label; set AText to override the formatted value string.
TTMSFNCChartGetSerieYAxisCrosshairText Event type Fires for each crosshair y-axis label; set AText to override the formatted value string.
TTMSFNCChartGridCustomAdapterRowToPointEvent Event type Event handler signature for chart grid adapter notifications.
TTMSFNCChartGridCustomAdapterSetColumnValueIndexEvent Event type Event handler signature for chart grid adapter notifications.
TTMSFNCChartGridCustomAdapterSetColumnValueTypeEvent Event type Event handler signature for chart grid adapter notifications.
TTMSFNCChartInteractionScaleMode Enum Controls which axes respond to mouse or touch scaling gestures.
TTMSFNCChartLegendItemClick Event type Fires when the user clicks a chart-level legend item at the given index.
TTMSFNCChartLegendPosition Enum Specifies the anchor position of the legend within the chart area.
TTMSFNCChartOrientation Enum Controls the drawing direction of the chart series.
TTMSFNCChartParseStringToDateTimeEvent Event type Fires when a date/time string cannot be parsed automatically; set ADate to the parsed value.
TTMSFNCChartPieQuadrant Enum Identifies the screen quadrant of a pie chart slice for positioning calculations.
TTMSFNCChartPointValueType Enum Identifies which value field on a point is targeted by a draw or event context.
TTMSFNCChartSerieAreaClick Event type Fires when the user clicks on the area of a line or area series.
TTMSFNCChartSerieAutoRange Enum Controls how the y-axis range is calculated for a series.
TTMSFNCChartSerieBarWidthType Enum Specifies whether bar width is expressed as a percentage of the available slot or as an absolute pixel count.
TTMSFNCChartSerieClick Event type Fires when the user clicks on a data point (marker) or bar rectangle.
TTMSFNCChartSerieClickVirtual Event type Fires when the user clicks on a virtual data point.
TTMSFNCChartSerieLabelsMode Enum Specifies how point labels are anchored relative to their values.
TTMSFNCChartSerieLabelsPosition Enum Controls whether point labels are drawn inside or outside the data shape.
TTMSFNCChartSerieLegendItemClick Event type Fires when the user clicks a series legend item at the given index.
TTMSFNCChartSerieMarkerShape Enum Specifies the shape drawn at each data point marker.
TTMSFNCChartSerieMode Enum Determines how the series interprets its x-values along the horizontal axis.
TTMSFNCChartSeriePiePosition Enum Controls where the pie or spider chart is positioned within the chart area.
TTMSFNCChartSerieSpiderGridKind Enum Specifies whether spider chart grid lines are drawn as concentric circles or polygons.
TTMSFNCChartSerieType Enum Specifies the visual presentation type for a chart series.
TTMSFNCChartSerieValueFormatType Enum Controls how axis tick values are formatted as strings.
TTMSFNCChartSeriesDrawOrder Enum Controls the z-order in which series types are rendered.
TTMSFNCChartShowEditor Event type Fires when an editor dialog is about to open; inspect or modify AShowEditorParams to change which editor is shown.
TTMSFNCChartTitlePosition Enum Specifies on which edge of the chart the title band appears.
TTMSFNCChartTitlePositions Type alias (undocumented)
TTMSFNCChartXAxisPosition Enum Specifies on which horizontal edge of the chart area an x-axis band is rendered.
TTMSFNCChartXAxisPositions Type alias (undocumented)
TTMSFNCChartYAxisPosition Enum Specifies on which vertical edge of the chart area a y-axis band is rendered.
TTMSFNCChartYAxisPositions Type alias (undocumented)

See Also