Back to Devexpress

dxChartXYDiagram Unit

vcl-dxchartxydiagram-f3f32793.md

latest10.4 KB
Original Source

dxChartXYDiagram Unit

This unit implements XY diagram and series classes as well as all related setting classes, except for series Views.

Classes

NameDescription
TdxChartAxesStores main axis settings of an XY diagram.
TdxChartAxisAppearanceStores general axis appearance settings.
TdxChartAxisGridlinesStores appearance settings of grid lines associated with an axis.
TdxChartAxisNumericScaleOptionsStores scale settings for a numeric axis.
TdxChartAxisTicksStores appearance settings of axis tick marks.
TdxChartAxisTitleStores an axis title and its settings.
TdxChartAxisValueLabelInfoStores axis value label display information.
TdxChartAxisValueLabelsStores axis value label appearance and behavior settings.
TdxChartAxisValueLabelsAppearanceStores axis value appearance settings.
TdxChartAxisXStores settings of an axis of arguments in an XY diagram.
TdxChartAxisYStores settings of an axis of values in an XY diagram.
TdxChartCrosshairAxisLabelAppearanceStores crosshair axis label appearance settings.
TdxChartCrosshairAxisLabelsStores crosshair axis label settings.
TdxChartCustomAxisThe base class for axis classes in the Chart control.
TdxChartCustomAxisXThe base class for the class that implements an axis of arguments.
TdxChartCustomAxisYThe base class for the class that implements an axis of values.
TdxChartCustomSecondaryAxesThe base class for secondary axis collection classes.
TdxChartCustomSecondaryAxisCollectionItemThe base class for all secondary axis collection members.
TdxChartGetAxisValueLabelDrawParametersEventArgsStores information related to an OnGetAxisValueLabelDrawParameters event occurrence in an XY diagram.
TdxChartRangeStores axis scale range settings.
TdxChartRangeInfoStores minimum and maximum visible values on an axis scale.
TdxChartSecondaryAxesStores and manages secondary axis collections.
TdxChartSecondaryAxisXA secondary axis of arguments.
TdxChartSecondaryAxisXCollectionA collection of secondary X-axes in an XY diagram.
TdxChartSecondaryAxisXCollectionItemA secondary axis of arguments in a collection of X-axes.
TdxChartSecondaryAxisYA secondary axis of values.
TdxChartSecondaryAxisYCollectionA collection of secondary Y-axes in an XY diagram.
TdxChartSecondaryAxisYCollectionItemA secondary axis of values in a collection of Y-axes.
TdxChartXYDiagramAn XY diagram in the Chart control.
TdxChartXYDiagramBeforeZoomEventArgsStores information related to an OnBeforeZoom event occurrence in an XY diagram.
TdxChartXYDiagramRangesChangeEventArgsThe base class for classes that store information related to zoom and scroll notification events in an XY diagram.
TdxChartXYDiagramScrollEventArgsStores information related to an OnScroll event occurrence in an XY diagram.
TdxChartXYDiagramScrollOptionsStores XY diagram scroll settings.
TdxChartXYDiagramToolTipOptionsStores XY diagram tooltip settings.
TdxChartXYDiagramZoomEventArgsStores information related to an OnZoom event occurrence in an XY diagram.
TdxChartXYDiagramZoomOptionsStores XY diagram zoom settings.
TdxChartXYSeriesA series in an XY diagram.
TdxChartXYSeriesCustomViewThe base class for all classes that implement XY series View settings.
TdxChartXYSeriesValueLabelsStores XY series value label appearance and behavior settings.

Enums

NameDescription
TdxChartAxisAlignmentEnumerates available axis positions in relation to the area of an XY diagram.
TdxChartAxisTicksCrossKindEnumerates available axis tick mark display modes.
TdxChartAxisTitlePositionEnumerates available axis title positions.
TdxChartAxisValueLabelPositionEnumerates available axis value label positions.
TdxChartSecondaryAxisAlignmentEnumerates available secondary axis positions in relation to the area of an XY diagram.

Subranges

NameDescription
TdxChartXYDiagramToolTipModeEnumerates tooltip display modes in an XY series.

Types

NameDescription
PdxChartCustomAxisA pointer to a primary or secondary axis instance.
TdxChartAxisCompareStringValuesEventThe procedural type for axis string comparison events.
TdxChartGetAxisValueLabelDrawParametersEventThe procedural type for axis label parameter customization events.
TdxChartXYDiagram.TForEachSeriesProcThe procedural type of anonymous procedures that iterate through multiple series in an XY diagram and apply the same changes to them.
TdxChartXYDiagramBeforeZoomEventThe procedural type for zoom operation initiation events in an XY diagram.
TdxChartXYDiagramScrollEventThe procedural type for scroll notification events in an XY diagram.
TdxChartXYDiagramZoomEventThe procedural type for zoom notification events.

Remarks

The following units implement terminal XY series View classes and related settings:

dxChartXYSeriesAreaViewThis unit implements all series Area Views and all related setting classes.dxChartXYSeriesBarViewThis unit implements all series Bar Views and all related setting classes.dxChartXYSeriesLineViewThis unit implements all series Line Views and all related setting classes. See Also

dxChartSimpleDiagram Unit

dxChartCore Unit