ChartGroup.SeriesLines 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.
Returns the series lines for a 2-D stacked bar, 2-D stacked column, pie of pie, or bar of pie chart. Read-only.
public:
property Microsoft::Office::Interop::Word::SeriesLines ^ SeriesLines { Microsoft::Office::Interop::Word::SeriesLines ^ get(); };
public Microsoft.Office.Interop.Word.SeriesLines SeriesLines { get; }
member this.SeriesLines : Microsoft.Office.Interop.Word.SeriesLines
Public ReadOnly Property SeriesLines As SeriesLines