XlsChartSerieDataFormat
MarkerForeColorObject Property
 | 
Gets object that holds marker 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 OColor MarkerForeColorObject { get; }
 
Public ReadOnly Property MarkerForeColorObject As OColor
	Get
 
public:
property OColor^ MarkerForeColorObject {
	OColor^ get ();
}
 
member MarkerForeColorObject : OColor with get
 
 
 
Property Value
Type:
OColor
 
See Also