dxChartSimpleDiagram Unit
This unit implements all simple diagram, series, and View classes, as well as all related settings.
Classes
Name | Description |
---|---|
TdxChartCanExplodeValueEventArgs | Stores information related to an OnCanExplodeValue event occurrence in a Pie or Doughnut series View. |
TdxChartExplodedValueOptions | Stores slice display settings related to the exploded state of Pie and Doughnut series. |
TdxChartGetTotalLabelDrawParametersEventArgs | Stores information related to an OnGetTotalLabelDrawParameters event occurrence in a simple diagram. |
TdxChartPieValueLabels | Stores value label appearance and behavior settings for Pie and Doughnut Views. |
TdxChartSimpleDiagram | A simple diagram in the Chart control. |
TdxChartSimpleDiagramToolTipOptions | Stores simple diagram tooltip settings. |
TdxChartSimpleSeries | A series in a simple diagram. |
TdxChartSimpleSeriesCustomPieView | The base class for classes that implement Pie and Doughnut View settings. |
TdxChartSimpleSeriesCustomView | The base class for all classes that implement simple series View settings. |
TdxChartSimpleSeriesDoughnutView | Stores Doughnut View settings. |
TdxChartSimpleSeriesPieView | Stores Pie View settings. |
TdxChartSimpleSeriesPointDrawParameters | Stores series point draw settings in a simple series View. |
TdxChartSimpleSeriesTotalLabel | Stores total label settings. |
TdxChartSimpleSeriesViewAppearance | Stores Simple View appearance settings. |
Enums
Name | Description |
---|---|
TdxChartExplodedValueMode | Enumerates available slice display modes for exploded Pie and Doughnut series Views. |
TdxChartPieSweepDirection | Enumerates sweep directions available for Pie and Doughnut series. |
TdxChartPieValueLabelPosition | Enumerates value label arrangement options available in Pie and Doughnut Views. |
TdxSimpleDiagramLayout | Enumerates series arrangement modes for simple diagrams. |
Subranges
Name | Description |
---|---|
TdxChartPieValueLabelsResolveOverlappingMode | Enumerates value label overlap resolution modes available for Pie and Doughnut series Views. |
TdxChartSimpleDiagramToolTipMode | Enumerates tooltip display modes in a simple series. |
Types
Name | Description |
---|---|
TdxChartCanExplodeValueEvent | The procedural type for simple series explosion events. |
TdxChartGetTotalLabelDrawParametersEvent | The procedural type for total label parameter customization events. |
TdxChartSimpleDiagram.TForEachSeriesProc | The procedural type of anonymous procedures that iterate through multiple series in a simple diagram and apply the same changes to them. |