Skip to main content

TcxGridChartPieDiagram Members

A pie diagram.

Constructors

Name Description
Create(TcxGridChartView) Initializes a new instance of the TcxGridChartDiagram class with specified settings. Inherited from TcxGridChartDiagram.

Properties

Name Description
Active Specifies whether the chart diagram is visible within a Chart View. Inherited from TcxGridChartDiagram.
DisplayText Returns the text string that describes the chart diagram. Inherited from TcxGridChartDiagram.
Enabled Specifies whether the chart diagram can be displayed within a Chart View. Inherited from TcxGridChartDiagram.
GridView Provides access to the Chart View which displays the chart diagram. Inherited from TcxGridChartDiagram.
ID Returns the text that describes the chart diagram. Inherited from TcxGridChartDiagram.
Legend Specifies a chart legend for a chart diagram. Inherited from TcxGridChartDiagram.
SeriesCaptions Specifies whether series site captions are visible.
SeriesColumnCount Specifies the maximum number of columns into which series sites are arranged horizontally.
SeriesSites Specifies if series sites are visible.
Styles Provides access to appearance styles of pie diagram elements.
Values Specifies appearance settings for chart values.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetDisplayText protected Inherited from TcxGridChartDiagram.
GetHashCode Inherited from TObject.
GetImageIndex protected Inherited from TcxGridChartDiagram.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetSeriesColumnCount Determines the actual number of columns into which series sites are arranged horizontally.
GetStackedValueCaption(TcxGridChartSeries,Integer,Boolean) Inherited from TcxGridChartDiagram.
GetValueCaption(TcxGridChartSeries,Integer) Returns the caption of a chart value. Inherited from TcxGridChartDiagram.
GetViewInfoClass protected Inherited from TcxGridChartDiagram.
HorizontalPaging protected Inherited from TcxGridChartDiagram.
IsAvailable Determines whether the chart diagram can be displayed within a Chart View. Inherited from TcxGridChartDiagram.
PagingInOppositeDirection protected Inherited from TcxGridChartDiagram.
ToString Inherited from TObject.

Events

Name Description
OnCustomDrawLegend Occurs every time a chart legend is about to be drawn. Inherited from TcxGridChartDiagram.
OnCustomDrawLegendItem Occurs every time a legend item is about to be drawn. Inherited from TcxGridChartDiagram.
OnCustomDrawSeriesSite Occurs every time a series site is about to be drawn.
OnCustomDrawSeriesSiteCaption Occurs every time a series site caption is about to be drawn.
OnCustomDrawValue Occurs every time a data marker is about to be drawn. Inherited from TcxGridChartDiagram.
OnCustomDrawValueCaption Allows you to override the default draw routine for chart value captions. Inherited from TcxGridChartDiagram.
See Also