Skip to main content
All docs
V25.1
  • TdxFillOptions Class

    Stores fill settings for drawing areas in DevExpress controls.

    Declaration

    TdxFillOptions = class(
        TcxLockablePersistent,
        IcxCanvasCacheControl
    )

    Remarks

    The TdxFillOptions class implements fill settings with support for batch changes.

    Main API Members

    The list below outlines key members of the TdxFillOptions class that allow you to change appearance of a filled area.

    Direct TdxFillOptions Class References

    The following public API members reference a TdxFillOptions object:

    TdxChartAxisAppearance.InterlacedFillOptions
    Provides access to fill settings of interlaced diagram areas associated with the axis.
    TdxChartVisualElementAppearance.FillOptions
    Provides access to visual element background fill settings.
    See Also