⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vtchcharttype.java

📁 此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试
💻 JAVA
字号:
//
// Auto-generated using JActiveX.EXE 5.00.2918
//   ("D:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc /t "D:\Program Files\Microsoft Visual Studio\VJ98\wfc.jnf" /w /xi /X:rkc /l "C:\TEMP\jvcCBC.tmp" /nologo /d "E:\InfoServer\clients\Java\Trend\ISVjTrend" "C:\WINNT\System32\MSCHRT20.OCX")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//

package mschrt20;

import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
import msdatsrc.*;

// Enum: VtChChartType

public class VtChChartType extends com.ms.wfc.core.Enum
{
  public static final short VtChChartType3dBar = 0;
  public static final short VtChChartType2dBar = 1;
  public static final short VtChChartType3dLine = 2;
  public static final short VtChChartType2dLine = 3;
  public static final short VtChChartType3dArea = 4;
  public static final short VtChChartType2dArea = 5;
  public static final short VtChChartType3dStep = 6;
  public static final short VtChChartType2dStep = 7;
  public static final short VtChChartType3dCombination = 8;
  public static final short VtChChartType2dCombination = 9;
  public static final short VtChChartType3dHorizontalBar = 10;
  public static final short VtChChartType2dHorizontalBar = 11;
  public static final short VtChChartType3dClusteredBar = 12;
  public static final short VtChChartType3dPie = 13;
  public static final short VtChChartType2dPie = 14;
  public static final short VtChChartType3dDoughnut = 15;
  public static final short VtChChartType2dXY = 16;
  public static final short VtChChartType2dPolar = 17;
  public static final short VtChChartType2dRadar = 18;
  public static final short VtChChartType2dBubble = 19;
  public static final short VtChChartType2dHiLo = 20;
  public static final short VtChChartType2dGantt = 21;
  public static final short VtChChartType3dGantt = 22;
  public static final short VtChChartType3dSurface = 23;
  public static final short VtChChartType2dContour = 24;
  public static final short VtChChartType3dScatter = 25;
  public static final short VtChChartType3dXYZ = 26;
  public static final short VtChChartTypeCount = 27;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -