Series オブジェクト (Excel)
グラフのデータ系列を表します。
注釈
Series オブジェクトは SeriesCollection コレクションのメンバーです。
例
単一の Series オブジェクトを返すには、SeriesCollection (index) を使用します。index は系列のインデックス番号または名前です。 データ系列のインデックス番号は、データ系列がグラフに追加された順序と対応します。 SeriesCollection(1)
はグラフに最初に追加されたデータ系列で、 SeriesCollection(SeriesCollection.Count)
は最後に追加されたデータ系列です。
The following example sets the color of the interior for the first series in embedded chart one on Sheet1.
Worksheets("sheet1").ChartObjects(1).Chart. _
SeriesCollection(1).Interior.Color = RGB(255, 0, 0)
メソッド
プロパティ
- Application
- ApplyPictToEnd
- ApplyPictToFront
- ApplyPictToSides
- AxisGroup
- BarShape
- BubbleSizes
- ChartType
- Creator
- ErrorBars
- Explosion
- 形式
- 式
- FormulaLocal
- FormulaR1C1
- FormulaR1C1Local
- GeoMappingLevel
- GeoProjectionType
- Has3DEffect
- HasDataLabels
- HasErrorBars
- HasLeaderLines
- InvertColor
- InvertColorIndex
- InvertIfNegative
- IsFiltered
- LeaderLines
- MarkerBackgroundColor
- MarkerBackgroundColorIndex
- MarkerForegroundColor
- MarkerForegroundColorIndex
- MarkerSize
- MarkerStyle
- 名前
- Parent
- ParentDataLabelOption
- PictureType
- PictureUnit2
- PlotColorIndex
- PlotOrder
- QuartileCalculationInclusiveMedian
- RegionLabelOptions
- Shadow
- Smooth
- 型
- 値
- XValues
関連項目
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。