XlsChartFormat
LineStyle Property
|
Note: This API is now obsolete.
Drop lines / hi-lo lines:
0 = drop lines
1 = hi-lo lines
2 = series lines (the lines that connect the columns in a stacked column chart)
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("get and set are not implemented")]
public DropLineStyleType LineStyle { get; set; }
<ObsoleteAttribute("get and set are not implemented")>
Public Property LineStyle As DropLineStyleType
Get
Set
public:
[ObsoleteAttribute(L"get and set are not implemented")]
property DropLineStyleType LineStyle {
DropLineStyleType get ();
void set (DropLineStyleType value);
}
[<ObsoleteAttribute("get and set are not implemented")>]
member LineStyle : DropLineStyleType with get, set
Property Value
Type:
DropLineStyleType
See Also