Skip to main content
All docs
V25.1
  • TdxChart.UseThreading Property

    Specifies if the internal Chart model uses multithreading algorithms.

    Declaration

    property UseThreading: TdxDefaultBoolean read; write;

    Property Value

    Type Description
    TdxDefaultBoolean
    • If bTrue, multithreading algorithms are explicitly enabled.
    • If bFalse, multithreading algorithms are explicitly disabled.
    • If bDefault, the internal Chart model uses multithreading algorithms only if the DefaultUseThreading type constant value is True.
    See Also