ChartGroup.HasSeriesLines Property

Definition

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.

public:
 property bool HasSeriesLines { bool get(); void set(bool value); };
public bool HasSeriesLines { get; set; }
member this.HasSeriesLines : bool with get, set
Public Property HasSeriesLines As Boolean

Property Value

A Boolean set to the values listed in the table below according to the conditions listed.DescriptionReturn ValueA Pie of Pie chart or Bar of Pie chart that has connector lines between the two sections.TrueA stacked column chart or bar chart that has series linesTrueOtherwiseFalse

Applies to