Back to Devexpress

TdxChartTextFormat Type

vcl-dxchartcore-6b023c01.md

latest1.7 KB
Original Source

TdxChartTextFormat Type

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

Declaration

delphi
TdxChartTextFormat = type System.string;

Referenced Class

TypeDescription
string

The formatting pattern for value labels.

|

Remarks

The following public API members reference the TdxChartTextFormat type:

TdxChartCustomLabels.TextFormatSpecifies a formatting pattern for value labels.TdxChartCrosshairAxisLabels.TextFormatSpecifies a formatting pattern for crosshair axis labels.TdxChartDiagramToolTipOptions.PointToolTipFormatSpecifies the formatting pattern for series point tooltips at the diagram level.TdxChartDiagramToolTipOptions.SeriesToolTipFormatSpecifies the formatting pattern for series tooltips at the diagram level.TdxChartSimpleSeriesTotalLabel.TextFormatSpecifies a formatting pattern for the total label.TdxChartSeriesToolTipOptions.PointToolTipFormatSpecifies a formatting pattern for series point tooltips.TdxChartSeriesToolTipOptions.SeriesToolTipFormatSpecifies a formatting pattern for the series tooltip. See Also

dxChartCore Unit