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) |