Skip to main content

TcxGridChartLineDiagramValues Members

Stores appearance options for data markers in line and area diagrams.

Constructors

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

Properties

Name Description
CaptionPosition Specifies the position of data marker labels.
Diagram Provides access to the parent line diagram.
GridView Provides access to the Chart View which displays the chart diagram that owns the options that are referenced by the current instance of the class. Inherited from TcxCustomGridChartDiagramOptions.
HotSpotSize Specifies the width (in pixels) of a value hotspot area in a chart diagram.
LineStyle Specifies the visual style used to paint chart lines connecting value points.
LineWidth Specifies the width (in pixels) of chart lines connecting value points.
MarkerSize Specifies the size (in pixels) of a value marker.
MarkerStyle Specifies how value markers are displayed.
Stacking Specifies the stacked diagram type. Inherited from TcxGridChartHistogramValues.
VaryColorsByCategory Specifies if data marker colors are different for each category. Inherited from TcxGridChartHistogramValues.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetHotSpotSize Returns the actual width (in pixels) of a value hotspot area.
GetLineStyle(TcxGridChartSeries) Determines the style of the line that connects value points of the specified series addressed.
GetMarkerStyle(TcxGridChartSeries) Determines the style of value markers that identify value points of the series addressed by the ASeries parameter.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetVaryColorsByCategory Identifies if all data markers in a diagram can be drawn in different colors for each category.. Inherited from TcxGridChartHistogramValues.
ToString Inherited from TObject.

Events

Name Description
OnGetLineStyle Occurs when line style that connects value points is about to be determined.
OnGetMarkerStyle Occurs when value marker style is about to be determined.
See Also