Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("the method is not implemented")]
public void SetDefaultValues(
	bool bAutoSize,
	bool bIsInteriorGray
)
<ObsoleteAttribute("the method is not implemented")> 
Public Sub SetDefaultValues ( 
	bAutoSize As Boolean,
	bIsInteriorGray As Boolean
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void SetDefaultValues(
	bool bAutoSize, 
	bool bIsInteriorGray
)
[<ObsoleteAttribute("the method is not implemented")>]
member SetDefaultValues : 
        bAutoSize : bool * 
        bIsInteriorGray : bool -> unit 

Parameters

bAutoSize
Boolean
bIsInteriorGray
Boolean

See Also