menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeChartInterior - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeChartInterior

    Represents the interior of the chart element.

    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Base.dll
    Syntax
    public interface IOfficeChartInterior

    Properties

    BackgroundColor

    Gets or sets background color (RGB).

    Declaration
    Color BackgroundColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    BackgroundColorIndex

    Gets or sets the background color index.

    Declaration
    OfficeKnownColors BackgroundColorIndex { get; set; }
    Property Value
    Type
    OfficeKnownColors

    ForegroundColor

    Gets or sets the foreground color (RGB).

    Declaration
    Color ForegroundColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    ForegroundColorIndex

    Gets or sets index of foreground color.

    Declaration
    OfficeKnownColors ForegroundColorIndex { get; set; }
    Property Value
    Type
    OfficeKnownColors

    Pattern

    Gets or sets area pattern.

    Declaration
    OfficePattern Pattern { get; set; }
    Property Value
    Type
    OfficePattern

    SwapColorsOnNegative

    Gets or sets a value that indicated a foreground and background are swapped when the data value is negative.

    Declaration
    bool SwapColorsOnNegative { get; set; }
    Property Value
    Type
    System.Boolean

    UseAutomaticFormat

    Gets or sets a value that indicates the interior space should use the automatic or custom format.

    Declaration
    bool UseAutomaticFormat { get; set; }
    Property Value
    Type Description
    System.Boolean

    Trueif use automatic.Otherwise False.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved