Skip to main content

TcxGridChartStackedAreaDiagram Members

Implements a stacked area 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.
AxisCategory Specifies appearance settings for the category axis. Inherited from TcxGridChartLineDiagram.
AxisValue Specifies appearance settings for the diagram’s value axis. Inherited from TcxGridChartHistogram.
DisplayText Returns the text string that describes the chart diagram. Inherited from TcxGridChartDiagram.
EmptyPointsDisplayMode Specifies the missing values representation style. Inherited from TcxGridChartHistogram.
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.
StackedStyle Specifies the stack style for data markers.
Styles Provides access to a set of styles that control the appearance of the area diagram‘s elements. Inherited from TcxGridChartAreaDiagram.
Transparency Specifies the filled area transparency. Inherited from TcxGridChartAreaDiagram.
Values Specifies appearance settings for chart values in the line diagram. Inherited from TcxGridChartLineDiagram.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
CheckGapPoints Inherited from TcxGridChartAreaDiagram.
Equals(TObject) Inherited from TObject.
GetCategoryAxisPosition Returns the position of a category axis within the diagram. Inherited from TcxGridChartHistogram.
GetDisplayText Inherited from TcxGridChartDiagram.
GetHashCode Inherited from TObject.
GetImageIndex Inherited from TcxGridChartDiagram.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetStackedValueCaption(TcxGridChartSeries,Integer,Boolean) Inherited from TcxGridChartDiagram.
GetValueAxisPosition Returns the position of a value axis within the diagram. Inherited from TcxGridChartHistogram.
GetValueCaption(TcxGridChartSeries,Integer) Determines the caption of a chart value. Inherited from TcxGridChartDiagram.
GetViewInfoClass 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 when a chart legend needs to be painted. Inherited from TcxGridChartDiagram.
OnCustomDrawLegendItem Occurs when a legend item needs to be painted. Inherited from TcxGridChartDiagram.
OnCustomDrawPlot Occurs when a chart’s plot area needs to be painted. Inherited from TcxGridChartHistogram.
OnCustomDrawValue Occurs when a data marker needs to be painted. Inherited from TcxGridChartDiagram.
OnCustomDrawValueArea Occurs when a value area for a data marker needs to be painted. Inherited from TcxGridChartAreaDiagram.
OnCustomDrawValueCaption Enables you to manually paint chart value captions. Inherited from TcxGridChartDiagram.
ValuesEvents Inherited from TcxGridChartHistogram.
See Also