IChartBorder
UseDefaultLineColor Property
|
Custom format for line color.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool UseDefaultLineColor { get; set; }
Property UseDefaultLineColor As Boolean
Get
Set
property bool UseDefaultLineColor {
bool get ();
void set (bool value);
}
abstract UseDefaultLineColor : bool with get, set
Property Value
Type:
Boolean
See Also