XlsChartSerieDataFormat
ForeGroundColorObject Property
 | 
Represents foreground color object.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public OColor ForeGroundColorObject { get; }
 
Public ReadOnly Property ForeGroundColorObject As OColor
	Get
 
public:
virtual property OColor^ ForeGroundColorObject {
	OColor^ get () sealed;
}
 
abstract ForeGroundColorObject : OColor with get
override ForeGroundColorObject : OColor with get
 
 
 
Property Value
Type:
OColor
 
See Also