Skip to main content
All docs
V25.1
  • TdxChartTextFormat Type

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

    Declaration

    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