ChartFormat.Line 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 an object that contains line formatting properties for the specified chart element. Read-only.
public:
property Microsoft::Office::Interop::Word::LineFormat ^ Line { Microsoft::Office::Interop::Word::LineFormat ^ get(); };
public Microsoft.Office.Interop.Word.LineFormat Line { get; }
member this.Line : Microsoft.Office.Interop.Word.LineFormat
Public ReadOnly Property Line As LineFormat
Property Value
Remarks
For a line, the LineFormat object represents the line itself; for a chart with a border, the LineFormatobject represents the border.