Type 屬性

此頁沒有內容條目
內容

expandtri全部顯示

blueup應用于 Axis 對象的 Type 屬性。

返回或設置坐標軸類型。XlAxisType 類型,可讀寫。

XlAxisType 可為以下 XlAxisType 常量之一。

xlSeriesAxis

xlCategory

xlValue

expression.Type

expression   必需。該表達式返回一個 Axis 對象。

blueup應用于 ChartColorFormat 對象的 Type 屬性。

返回顏色類型。Long 類型,只讀。

expression.Type

expression   必需。該表達式返回一個 ChartColorFormat 對象。

blueup應用于 ChartFillFormat 對象的 Type 屬性。

返回填充類型。MsoFillType 類型,只讀。

MsoFillType 可為以下 MsoFillType 常量之一。

msoFillGradient

msoFillBackground

msoFillMixed

msoFillPatterned

msoFillPicture

msoFillSolid

msoFillTextured

expression.Type

expression   必需。該表達式返回一個 ChartFillFormat 對象。

blueup應用于 DataLabelDataLabels 對象的 Type 屬性。

返回或設置數(shù)據(jù)標簽類型。Variant 類型,可讀寫。

expression.Type

expression   必需。該表達式返回上面的對象之一。

blueup應用于 Series 對象的 Type 屬性。

返回或設置數(shù)據(jù)系列類型。Long 類型,可讀寫。

expression.Type

expression   必需。該表達式返回一個 Series 對象。

blueup應用于 Trendline 對象的 Type 屬性。

返回或設置趨勢線類型。XlTrendlineType 類型,可讀寫。

XlTrendlineType 可為以下 XlTrendlineType 常量之一。

xlExponential

xlLinear

xlLogarithmic

xlMovingAvg

xlPolynomial

xlPower

expression.Type

expression   必需。該表達式返回一個 Trendline 對象。

示例

blueup應用于 Trendline 對象。

本示例更改圖表中第一個數(shù)據(jù)系列的趨勢線類型。如果該數(shù)據(jù)系列沒有趨勢線,本示例將無效。

myChart.SeriesCollection(1).Trendlines(1).Type = xlMovingAvg