ChartFrameBackgroundMode Property |
Gets and sets the display mode of the background
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic BackgroundMode BackgroundMode { get; set; }
Public Property BackgroundMode As BackgroundMode
Get
Set
public:
property BackgroundMode BackgroundMode {
BackgroundMode get ();
void set (BackgroundMode value);
}
member BackgroundMode : BackgroundMode with get, set
Property Value
Type:
BackgroundMode
See Also