ChartGroup.HasSeriesLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.
public:
property bool HasSeriesLines { bool get(); void set(bool value); };
public bool HasSeriesLines { get; set; }
Public Property HasSeriesLines As Boolean