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 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

OColor

See Also