vcl-dxchartcore-6b023c01.md
The type used to specify text formatting patterns in the Chart control.
TdxChartTextFormat = type System.string;
| Type | Description |
|---|---|
| string |
The formatting pattern for value labels.
|
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