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
)
<ObsoleteAttribute("the method is not implemented")>
Public Sub InitForFrameFormat (
bIsAutoSize As Boolean,
bIs3DChart As Boolean,
bIsInteriorGray As Boolean
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void InitForFrameFormat(
bool bIsAutoSize,
bool bIs3DChart,
bool bIsInteriorGray
)
[<ObsoleteAttribute("the method is not implemented")>]
member InitForFrameFormat :
bIsAutoSize : bool *
bIs3DChart : bool *
bIsInteriorGray : bool -> unit
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