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# 
public void SetThemeColor(
	ThemeColorType type,
	double tint
)
Public Sub SetThemeColor ( 
	type As ThemeColorType,
	tint As Double
)
public:
virtual void SetThemeColor(
	ThemeColorType type, 
	double tint
) sealed
abstract SetThemeColor : 
        type : ThemeColorType * 
        tint : float -> unit 
override SetThemeColor : 
        type : ThemeColorType * 
        tint : float -> unit 

Parameters

type
ThemeColorType
tint
Double

Implements

IFont..::..SetThemeColor(ThemeColorType, Double)

See Also