ChartFormat.Line 属性

定义

返回一个 对象,该对象包含指定图表元素的折线格式属性。 此为只读属性。

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

属性值

LineFormat

注解

对于线条, LineFormat 对象表示线条本身;对于具有边框的图表, LineFormat对象表示边框。

适用于