Click or drag to resize

XlsChartInterior InitForFrameFormat Method (Boolean, Boolean, Boolean, Boolean)

Note: This API is now obsolete.

Initialize interior for frame format.

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 InitForFrameFormat(
	bool bIsAutoSize,
	bool bIs3DChart,
	bool bIsInteriorGray,
	bool bIsGray50
)

Parameters

bIsAutoSize
Type: System Boolean
Indicate is autosize interior.
bIs3DChart
Type: System Boolean
Represents is 3d chart.
bIsInteriorGray
Type: System Boolean
Indicates is interior is gray.
bIsGray50
Type: System Boolean
Indicates is default color is gray_50.
See Also