ChartGroup.DropLines 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 drop lines for a series on a line chart or area chart. Applies only to line charts or area charts. Read-only.
public:
property Microsoft::Office::Interop::Word::DropLines ^ DropLines { Microsoft::Office::Interop::Word::DropLines ^ get(); };
public Microsoft.Office.Interop.Word.DropLines DropLines { get; }
member this.DropLines : Microsoft.Office.Interop.Word.DropLines
Public ReadOnly Property DropLines As DropLines