Interface IOfficeChartInterior
Represents the interior of the chart element.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public interface IOfficeChartInterior
Properties
BackgroundColor
Gets or sets background color (RGB).
Declaration
Color BackgroundColor { get; set; }
Property Value
Type |
---|
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 |
---|
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 |
|