Skip to main content
All docs
V25.1
  • Create(TdxChartCustomSeries,Double,string) Constructor

    Initializes a new instance of the TdxChartGetTotalLabelDrawParametersEventArgs class with specified settings.

    Declaration

    constructor Create(ASeries: TdxChartCustomSeries; ATotalValue: Double; const AText: string);

    Parameters

    Name Type Description
    ASeries TdxChartCustomSeries

    The simple series to which the processed total label belongs.

    ATotalValue Double

    The value displayed on the processed total label.

    This parameter value initializes the TotalValue property.

    AText string

    Initial display text of the processed value label.

    This parameter value initializes the Text property.

    Remarks

    Warning

    Do not call this constructor in your code. The Chart control automatically creates a TdxChartGetTotalLabelDrawParametersEventArgs class instance and passes it into a TdxChartGetTotalLabelDrawParametersEvent procedure assigned to the OnGetTotalLabelDrawParameters event of a simple diagram.

    See Also