Click or drag to resize

XlsChartInterior InitForFrameFormat Method (Boolean, Boolean, Boolean)

Note: This API is now obsolete.

Initializes the frame format with specified parameters.

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
)

Parameters

bIsAutoSize
Type: System Boolean
Indicates whether the frame should be auto-sized.
bIs3DChart
Type: System Boolean
Indicates whether the chart should be in 3D format.
bIsInteriorGray
Type: System Boolean
Indicates whether the interior should be gray.
See Also