ChartGroup.HasSeriesLines Property
Returns or sets the value stating if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to 2-D stacked bar, 2-D stacked column, pie of pie, or bar of pie charts. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property HasSeriesLines As Boolean
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Boolean
value = instance.HasSeriesLines
instance.HasSeriesLines = value
bool HasSeriesLines { get; set; }
Property Value
Type: System.Boolean
A Boolean set to the values listed in the table below according to the conditions listed.
Description |
Return Value |
---|---|
A Pie of Pie chart or Bar of Pie chart that has connector lines between the two sections. |
True |
A stacked column chart or bar chart that has series lines |
True |
Otherwise |
False |