XlsChartSerieDataFormat
ForeGroundKnownColor Property
 | 
Represents foreground 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 ExcelColors ForeGroundKnownColor { get; set; }
 
Public Property ForeGroundKnownColor As ExcelColors
	Get
	Set
 
public:
virtual property ExcelColors ForeGroundKnownColor {
	ExcelColors get () sealed;
	void set (ExcelColors value) sealed;
}
 
abstract ForeGroundKnownColor : ExcelColors with get, set
override ForeGroundKnownColor : ExcelColors with get, set
 
 
 
Property Value
Type:
ExcelColors
 
See Also