XlsChartInterior
ForegroundColorObject Property
|
Foreground color (RGB).
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:
property OColor^ ForegroundColorObject {
OColor^ get ();
}
member ForegroundColorObject : OColor with get
Property Value
Type:
OColor
See Also