Chart クラス (2007 System)
更新 : 2007 年 11 月
Chart コントロールは、イベントを公開し、データにバインドできる、グラフ オブジェクトです。
名前空間 : Microsoft.Office.Tools.Excel
アセンブリ : Microsoft.Office.Tools.Excel.v9.0 (Microsoft.Office.Tools.Excel.v9.0.dll 内)
構文
'宣言
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class Chart _
Inherits RemoteBindableComponent _
Implements ISupportInitializeControl, ISupportInitialize
'使用
Dim instance As Chart
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class Chart : RemoteBindableComponent,
ISupportInitializeControl, ISupportInitialize
継承階層
System.Object
Microsoft.VisualStudio.Tools.Office.RemoteComponent
Microsoft.VisualStudio.Tools.Office.RemoteBindableComponent
Microsoft.Office.Tools.Excel.Chart
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。