Click or drag to resize

XlsChartFrameFormat SetDefaultValues Method

Note: This API is now obsolete.

Set variable to the default state.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void SetDefaultValues(
	bool bAutoSize,
	bool bIsInteriorGray
)

Parameters

bAutoSize
Type: System Boolean
Indicates whether MS Excel should calculate size of the frame.
bIsInteriorGray
Type: System Boolean
A boolean indicating whether the interior of the object should be gray.
See Also