Skip to main content
All docs
V25.1
  • TdxChartVisualElementAppearance.FillOptions Property

    Provides access to visual element background fill settings.

    Declaration

    property FillOptions: TdxFillOptions read; write;

    Property Value

    Type Description
    TdxFillOptions

    Stores fill settings for drawing areas in DevExpress controls.

    Remarks

    Use FillOptions.Mode, Color, and Color2 properties to switch between supported background fill modes and define fill colors.

    Refer to the TdxFillOptions class description for detailed information on all available options.

    Note

    If the ParentBackground property is published and its value is True, the visual element uses background fill settings of its parent.

    See Also