Chart 物件 事件 方法 屬性 ChartArea 物件 ChartCategory 物件 ChartFormat 物件 ChartGroup 物件 ChartGroups 物件 ChartObject 物件 ChartObjects 物件 Charts 物件 ChartTitle 物件 ChartView 物件 ColorFormat 物件 ColorScale 物件 ColorScaleCriteria 物件
expression代表Chart物件的變數。 參數 名稱必要/選用資料類型描述 SourceOptional變數包含新圖表來源資料的範圍。 如果省略此引數,Microsoft Excel 會編輯使用中的圖表,或是使用中工作表上的選定圖表。 Gallery選用Variant其中一個XlChartType常數,指定圖表類型。
Application 取得Application,表示 Microsoft Office Excel 應用程式。 Area3DGroup 取得ChartGroup 物件,表示在立體圖表上的區域圖群組。 AutoScaling 縮放立體圖表,使其大小更接近對等的平面圖表。 BackWall 取得物件,表示立體圖表的背景牆。 Bar3DGroup 取得ChartGroup 物件,表示在立體圖表上的橫條圖群組。 BarShape 取...
Assembly: Microsoft.Office.Interop.Excel.dll Returns or sets the chart type. Read/write XlChartType. C# 複製 public Microsoft.Office.Interop.Excel.XlChartType ChartType { get; set; } Property Value XlChartType Remarks Some chart types aren’t available for PivotChart reports. Applies to 產...
返回或设置图表类型。XlChartType类型,可读写。 XlChartType 可为以下 XlChartType 常量之一。 xlLine 折线图 xlLineMarkersStacked 堆积数据点折线…
Chart.ChartStyle 属性 (Excel) Learn 发现 产品文档 开发语言 主题 登录 本文原文为英文,已针对你所在市场进行了翻译。 你对所用语言的质量的满意度如何? 请告诉我们 消除警报 CalculatedMembers 对象 CalloutFormat 对象 CategoryCollection 对象 CellFormat 对象...
Namespace: Microsoft.Office.Interop.Excel Assembly: Microsoft.Office.Interop.Excel.dll Specifies the chart type.C# 複製 public enum XlChartTypeInheritance Enum XlChartType Fields展開資料表 NameValueDescription xlXYScatter -4169 Scatter xlRadar -4151 Radar xlDoughnut -4120 Doughnut xl3DPie -...
命名空间: Microsoft.Office.Tools.Excel 程序集: Microsoft.Office.Tools.Excel(在 Microsoft.Office.Tools.Excel.dll 中)语法C# 复制 int Type { get; set; } 属性值类型:System.Int32.NET Framework 安全性对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅 通过部分受信任的...
Microsoft.Office.Tools.Excel.dll Gets or sets the chart type. C#复制 publicMicrosoft.Office.Interop.Excel.XlChartType ChartType {get;set; } Property Value XlChartType One of theXlChartTypevalues. Examples The following code example creates a columnChartand then prompts the user to change the ...
In this article, we will learn how to make Scatter graph in Microsoft Excel. Scatter Chart is used to show the relationship between sets of value and to show scientific XY data. Scatter Chart contains 7 types of Column charts, Scatter, Scatter with Smooth Lines and Markers, Scatter with Smo...