Share via


ChartGroup.HasSeriesLines Property

true 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. Read/write Boolean value.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

Remarks

This property applies only to 2-D stacked bar, 2-D stacked column, pie-of-pie, or bar-of-pie charts.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.PowerPoint Namespace