Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartTextFormat Type

The type used to specify text formatting patterns in the Chart control.

#Declaration

Delphi
TdxChartTextFormat = type System.string;

#Referenced Class

Type Description
string

The formatting pattern for value labels.

#Remarks

The following public API members reference the TdxChartTextFormat type:

TdxChartCustomLabels.TextFormat
Specifies a formatting pattern for value labels.
TdxChartCrosshairAxisLabels.TextFormat
Specifies a formatting pattern for crosshair axis labels.
TdxChartDiagramToolTipOptions.PointToolTipFormat
Specifies the formatting pattern for series point tooltips at the diagram level.
TdxChartDiagramToolTipOptions.SeriesToolTipFormat
Specifies the formatting pattern for series tooltips at the diagram level.
TdxChartSimpleSeriesTotalLabel.TextFormat
Specifies a formatting pattern for the total label.
TdxChartSeriesToolTipOptions.PointToolTipFormat
Specifies a formatting pattern for series point tooltips.
TdxChartSeriesToolTipOptions.SeriesToolTipFormat
Specifies a formatting pattern for the series tooltip.
See Also