XlsChartSerieDataFormat
IsShowForeground Property
 | 
True = "foreground = none".
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool IsShowForeground { get; }
 
Public ReadOnly Property IsShowForeground As Boolean
	Get
 
public:
property bool IsShowForeground {
	bool get ();
}
 
member IsShowForeground : bool with get
 
 
 
Property Value
Type:
Boolean
 
See Also