DataTable 對象

此頁沒有內(nèi)容條目
內(nèi)容

Chart

parchildDataTable

spaceparchildBorder

代表指定圖表中的數(shù)據(jù)表。

DataTable 對象用法

使用 DataTable 屬性可返回 DataTable 對象。下例向嵌入圖表中添加帶有外邊框的數(shù)據(jù)表。

With myChart

    .HasDataTable = True

    .DataTable.HasBorderOutline = True

End With