Back to Devexpress

dxChartCore Unit

vcl-dxchartcore-d948655a.md

latest12.7 KB
Original Source

dxChartCore Unit

This unit implements all base diagram, series, and settings classes in the Chart.

Classes

NameDescription
TdxChartImplements the internal Chart control model.
TdxChartAppearanceStores general Chart control appearance settings.
TdxChartCrosshairLabelAppearanceStores general appearance settings of Chart crosshair labels.
TdxChartCrosshairLabelsStores Chart crosshair label settings.
TdxChartCrosshairLineAppearanceStores general appearance settings of Chart crosshair lines.
TdxChartCrosshairLinesStores Chart crosshair line appearance settings.
TdxChartCrosshairOptionsStores Crosshair Cursor settings for a Chart control.
TdxChartCustomDiagramThe base class for all diagram classes.
TdxChartCustomLabelsThe base class for all classes that implement value label settings.
TdxChartCustomLabelsAppearanceStores general label appearance settings.
TdxChartCustomLegendThe base class for all classes that implement Chart and diagram legend settings.
TdxChartCustomSeriesThe base class for all chart series classes.
TdxChartCustomVisualElementThe base class for all classes that implement visual elements in the Chart control.
TdxChartDiagramAppearanceStores general diagram appearance options.
TdxChartDiagramLegendStores settings of the legend pane displayed in a diagram.
TdxChartDiagramTitleStores a diagram title and its settings.
TdxChartDiagramToolTipOptionsThe base class for diagram tooltip setting classes.
TdxChartGetSeriesPointDrawParametersEventArgsStores information related to an OnGetSeriesPointDrawParameters event occurrence in an XY or simple diagram.
TdxChartGetValueLabelDrawParametersEventArgsStores information related to an OnGetValueLabelDrawParameters event occurrence in an XY or simple diagram.
TdxChartLegendStores settings of the legend pane displayed in a Chart control.
TdxChartLegendAppearanceStores general appearance settings of Chart and diagram legend panes.
TdxChartLegendTitleStores a Chart or diagram legend title and its settings.
TdxChartMouseActionStores mouse action settings for a user operation in the Chart control.
TdxChartMouseWheelActionStores mouse wheel action settings for a user operation in the Chart control.
TdxChartOwnedPersistentThe base class for Chart control setting classes.
TdxChartScrollOptionsStores Chart control scroll settings.
TdxChartSeriesCustomDataBindingThe base class for all data binding setting classes used by chart series.
TdxChartSeriesCustomDataFieldThe base class for data binding settings of arguments and values in a series.
TdxChartSeriesCustomViewThe base class for all classes that implement series View settings.
TdxChartSeriesPointDrawParametersThe base class for all series point draw setting classes.
TdxChartSeriesPointInfoStores series point information.
TdxChartSeriesPointsA series point collection.
TdxChartSeriesTitleStores a simple series title and its settings.
TdxChartSeriesToolTipOptionsStores series tooltip settings.
TdxChartSeriesTopNOptionsStores Top N point series display settings.
TdxChartSeriesValueLabelAppearanceStores series value label appearance settings.
TdxChartSeriesValueLabelInfoStores series value label information.
TdxChartSeriesValueLabelsStores series value label appearance and behavior settings.
TdxChartSeriesViewAppearanceThe base class for all classes that implement general series View appearance settings.
TdxChartSimpleToolTipOptionsStores simple tooltip settings for a Chart control.
TdxChartTitleStores a Chart control title and its settings.
TdxChartTitleCollectionItemStores a Chart control title and its settings.
TdxChartTitlesA collection of Chart control titles.
TdxChartToolTipsStores tooltip settings of a Chart control.
TdxChartVisualElementAppearanceThe base class for all visual element appearance settings in the Chart control.
TdxChartVisualElementFontOptionsStores visual element font settings in the Chart control.
TdxChartVisualElementPersistentThe base class for all visual Chart control elements.
TdxChartVisualElementTitleThe base class for all visual element titles in the Chart control.
TdxChartVisualElementTitleAppearanceStores visual element title appearance settings in the Chart control.
TdxChartZoomOptionsStores Chart control zoom settings.

Interfaces

NameDescription
IdxChartLegendItemExposes methods that implement chart legend item functionality.

Enums

NameDescription
TdxChartCrosshairSnapToPointModeEnumerates available series point targeting modes for crosshair lines in XY diagrams.
TdxChartCrosshairSnapToSeriesModeEnumerates available snap to series modes for crosshair lines in XY diagrams.
TdxChartCrosshairStickyLinesEnumerates crosshair line display modes.
TdxChartEmptyPointsDisplayModeEnumerates available empty series point display modes.
TdxChartHitCodeEnumerates HitTest codes available in the Chart control.
TdxChartLegendAlignmentEnumerates available horizontal or vertical legend pane positions within the parent diagram or Chart area.
TdxChartLegendDirectionEnumerates available directions for legend item arrangement.
TdxChartSeriesShowInLegendEnumerates series display modes for legend panes.
TdxChartSeriesSortByEnumerates available series point sort modes.
TdxChartSeriesTopNOptionsModeEnumerates available Top N value display modes for simple series.
TdxChartSeriesValueLabelsResolveOverlappingModeEnumerates value label overlap resolution modes.
TdxChartTitlePositionEnumerates Chart title positions within its parent visual element.
TdxChartToolTipModeEnumerates all chart tooltip display modes.

Subranges

NameDescription
TdxChartActualToolTipModeEnumerates tooltip display modes in a chart series.

Types

NameDescription
TdxChartDiagramClassA reference to a diagram class.
TdxChartGetSeriesPointDrawParametersEventThe procedural type for series point customization events.
TdxChartGetValueLabelDrawParametersEventThe procedural type for value label parameter customization events.
TdxChartSeriesClassA reference to a chart series class.
TdxChartSeriesDataBindingClassA reference to a data binding settings class used by chart series.
TdxChartSeriesViewClassA reference to a series View class.
TdxChartTextFormatThe type used to specify text formatting patterns in the Chart control.