XlsChartDataTable
GetThemeColor Method
 | 
Get the theme color.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool GetThemeColor(
	out ThemeColorType type,
	out double tint
)
 
Public Function GetThemeColor ( 
	<OutAttribute> ByRef type As ThemeColorType,
	<OutAttribute> ByRef tint As Double
) As Boolean
 
public:
virtual bool GetThemeColor(
	[OutAttribute] ThemeColorType% type, 
	[OutAttribute] double% tint
) sealed
 
abstract GetThemeColor : 
type : ThemeColorType byref * 
tint : float byref -> bool 
override GetThemeColor : 
type : ThemeColorType byref * 
tint : float byref -> bool 
 
 
 
Parameters
- 
type
 
- 
Type:
Spire.Xls
ThemeColorType
theme color type
 
- 
tint
 
- 
Type:
System
Double
 
Return Value
Type:
Boolean
Implements
IFont
GetThemeColor(ThemeColorType
, Double
)
 
Remarks
 
If the color is a theme color, true returned, is not then false will be returned.
See Also