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