制作Excel圖表一直是個難題。因為其類型、格式、相關(guān)圖形也很多,所以在使用過程中可能會有些尷尬。(大衛(wèi)亞設(shè))。

圖表對象

本節(jié)簡要介紹了如何使用VBA代碼設(shè)置和返回數(shù)據(jù)表中的系列值。

必須先導(dǎo)入Chart對象。如上一節(jié)所述,Chart對象表示圖表。

一個圖表包含很多圖片和文本,下面是對這些圖片和文本的梳理。(莎士比亞)。

從圖表中提取年齡和名稱以創(chuàng)建表,如下圖所示。

代碼

可以關(guān)注代碼,了解代碼。

Option Explicit

Private Sub GetSeries()

Dim xChart As Object

返回到“Set xChart=T(1)”圖表工作表

Dim I As Integer、n As Integer

N=xC '返回系列總數(shù)

For I=1 ~ n

范圍(' B6 ')。offset (I,0)=xc (I)。name

Next I

Dim xchartobject as object、xseries as object

N=xC

If n=1 Then

For I=1 ~ n

Set xSeries=xC(i)

范圍(' B6 ')。offset (I-1、1)。value=xseries.name

Next I

End If

XSeries。Select

Dim x As Variant、xArr()

XArr=xSeries?!癤Values”返回x軸值的數(shù)組

I=1

For Each x In xArr

范圍(' B6 ')。offset (I,0)。value=xarr (I)

I=I 1

Next x

XArr=xSeries?!癡alues”返回系列值的數(shù)組

I=1

For Each x In xArr

范圍(' B6 ')。offset (I,1)。value=xarr (I)

I=I 1

Next x

End Sub

密鑰代碼:

Set xChart=T(1)'返回圖表工作表Set xSeries=xC(1)'返回第一個系列對象xArr=xSeries。XValues' x軸值數(shù)組xarr=xseries返回221、1111)'設(shè)置系列值xseries。XValues=Array(“名稱1”、“名稱2”、“名稱3”)'設(shè)置x軸系列值Series對象方法和屬性

方法

屬性

應(yīng)用DataLabels

Application

ClearFormats

ApplyPictToEnd

Copy

ApplyPictToFront

DataLabels

ApplyPictToSides

Delete

Axis集團(tuán)

ErrorBar

華沙

Paste

BubbleSizes

Points

ChartType

Select

Creator

Trendlines

ErrorBars

Explosion

Format

方程式

FormulaLocal

FormulaR1C1

一級方程式R1 C1本地

GeoMappingLevel

GeoProjectionType

Has3DEffect

HasDataLabels

HasErrorBars

HasLeaderLines

InvertColor

InvertColorIndex

InvertIfNegative

IsFiltered

LeaderLines

MarkerBackgroundColor

MarkerBackgroundColorIndex

MarkerForegroundColor

MarkerForegroundColorIndex

馬爾凱西斯

標(biāo)記樣式(MarkerStyle)

Name

Parent

ParentDataLabelOption

PictureType

PictureUnit2

PlotColorIndex

PlotOrder

quartilecalculationinclusivemedian

RegionLabelOptions

夏島

平滑(Smooth)

Type

Values

XValues

Chart、Series、SeriesCollection,顯然使用了兩個或更多具有三個對象的對象。

這三個對象中的每一個都有很多方法和屬性,其中使用了Series的xValues和Values。

其他方法屬性將在后面詳細(xì)說明。

重要的是獲取對象,修改對象的某些屬性,以便在重新編程程序時能夠輕松地解決我們的需求。(約翰f肯尼迪(John F . Kennedy))。

歡迎關(guān)注,所長。

-結(jié)束-

1.《【excel怎么使用坐標(biāo)】創(chuàng)建excel圖表,設(shè)置或返回x軸的方法,圖表系列值》援引自互聯(lián)網(wǎng),旨在傳遞更多網(wǎng)絡(luò)信息知識,僅代表作者本人觀點,與本網(wǎng)站無關(guān),侵刪請聯(lián)系頁腳下方聯(lián)系方式。

2.《【excel怎么使用坐標(biāo)】創(chuàng)建excel圖表,設(shè)置或返回x軸的方法,圖表系列值》僅供讀者參考,本網(wǎng)站未對該內(nèi)容進(jìn)行證實,對其原創(chuàng)性、真實性、完整性、及時性不作任何保證。

3.文章轉(zhuǎn)載時請保留本站內(nèi)容來源地址,http://f99ss.com/keji/2511943.html