mschart.java

来自「此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试」· Java 代码 · 共 1,322 行 · 第 1/5 页

JAVA
1,322
字号
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF9" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000012 ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo ShowLegendPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "showLegend", boolean.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Determines whether the legend is displayed on the chart." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFFA" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000013 ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo DrawModePropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "drawMode", mschrt20.VtChDrawMode.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Determines when and how the chart is repainted." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFFD" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000017 ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo BorderStylePropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "borderStyle", mschrt20.VtBorderStyle.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Returns or sets the border style for the chart." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E16C" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0xFFFFFE08 ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo EnabledPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "enabled", boolean.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x00000000" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0xFFFFFDFE ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo TitleTextPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "titleText", String.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the text to be used as the chart title" ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E001" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000001C ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo StackingPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "stacking", boolean.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Determines whether all the series in the chart are stacked." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E002" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000001D ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo TextLengthTypePropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "textLengthType", mschrt20.VtTextLengthType.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Returns/sets how text is drawn to optimize the appearance either on the screen or on the printed page." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E003" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000001E ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo AllowSelectionsPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "allowSelections", boolean.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Determines whether the user can select chart elements." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E005" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000020 ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo AllowSeriesSelectionPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "allowSeriesSelection", boolean.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Determines whether clicking on an individual data point selects the entire series containing the data point." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E006" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000021 ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo AllowDynamicRotationPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "allowDynamicRotation", boolean.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Determines whether or not the user can interactively rotate 3D charts." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E007" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000022 ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo AllowDitheringPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "allowDithering", boolean.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Returns/sets whether to disable color dithering for charts in order to enhance the chart display." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E010" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000002B ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo DoSetCursorPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "doSetCursor", boolean.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Returns/sets whether or not the mouse cursor type can be set by the chart." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E012" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000002D ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo MousePointerPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "mousePointer", mschrt20.VtMousePointer.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the mouse pointer for the chart." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E162" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000004A ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo OLEDragModePropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "OLEDragMode", mschrt20.OLEDragConstants.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Returns/Sets whether this control can act as an OLE drag/drop source, and whether this process is started automatically or under programmatic control." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005EFA2" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000060E ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo OLEDropModePropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "OLEDropMode", mschrt20.OLEDropConstants.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Returns/Sets whether this control can act as an OLE drop target." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005EFA3" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000060F ) } );

     public static final com.ms.wfc.ui.AxHost.AxPropertyInfo DataMemberPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
        mschrt20.MSChart.MSChart.class, "dataMember", String.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Returns/sets data source member name." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E170" ),
           com.ms.wfc.core.PersistableAttribute.NO,
           new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000004B ) } );

     public static final com.ms.wfc.core.EventInfo OLEStartDragEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "OLEStartDrag", mschrt20.MSChart.OLEStartDragHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x00000000" ) } );

     public static final com.ms.wfc.core.EventInfo OLEGiveFeedbackEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "OLEGiveFeedback", mschrt20.MSChart.OLEGiveFeedbackHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x00000000" ) } );

     public static final com.ms.wfc.core.EventInfo OLESetDataEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "OLESetData", mschrt20.MSChart.OLESetDataHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x00000000" ) } );

     public static final com.ms.wfc.core.EventInfo OLECompleteDragEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "OLECompleteDrag", mschrt20.MSChart.OLECompleteDragHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x00000000" ) } );

     public static final com.ms.wfc.core.EventInfo OLEDragOverEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "OLEDragOver", mschrt20.MSChart.OLEDragOverHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x00000000" ) } );

     public static final com.ms.wfc.core.EventInfo OLEDragDropEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "OLEDragDrop", mschrt20.MSChart.OLEDragDropHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x00000000" ) } );

     public static final com.ms.wfc.core.EventInfo ChartSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "chartSelected", mschrt20.MSChart.ChartSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the chart is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E17A" ) } );

     public static final com.ms.wfc.core.EventInfo TitleSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "titleSelected", mschrt20.MSChart.TitleSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the title is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E17B" ) } );

     public static final com.ms.wfc.core.EventInfo FootnoteSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "footnoteSelected", mschrt20.MSChart.FootnoteSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the footnote is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E17C" ) } );

     public static final com.ms.wfc.core.EventInfo LegendSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "legendSelected", mschrt20.MSChart.LegendSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the legend is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E17D" ) } );

     public static final com.ms.wfc.core.EventInfo PlotSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "plotSelected", mschrt20.MSChart.PlotSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the plot is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E17E" ) } );

     public static final com.ms.wfc.core.EventInfo AxisSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "axisSelected", mschrt20.MSChart.AxisSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when an axis is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E17F" ) } );

     public static final com.ms.wfc.core.EventInfo AxisLabelSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "axisLabelSelected", mschrt20.MSChart.AxisLabelSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when an axis label is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E180" ) } );

     public static final com.ms.wfc.core.EventInfo AxisTitleSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "axisTitleSelected", mschrt20.MSChart.AxisTitleSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when an axis title is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E181" ) } );

     public static final com.ms.wfc.core.EventInfo PointSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "pointSelected", mschrt20.MSChart.PointSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when a datapoint is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E182" ) } );

     public static final com.ms.wfc.core.EventInfo PointLabelSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "pointLabelSelected", mschrt20.MSChart.PointLabelSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when a datapoint label is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E183" ) } );

     public static final com.ms.wfc.core.EventInfo SeriesSelectedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "seriesSelected", mschrt20.MSChart.SeriesSelectedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when a series is selected." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E184" ) } );

     public static final com.ms.wfc.core.EventInfo ChartActivatedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "chartActivated", mschrt20.MSChart.ChartActivatedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the chart is activated (double-clicked)." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E186" ) } );

     public static final com.ms.wfc.core.EventInfo TitleActivatedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "titleActivated", mschrt20.MSChart.TitleActivatedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the title is activated (double-clicked)." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E187" ) } );

     public static final com.ms.wfc.core.EventInfo FootnoteActivatedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "footnoteActivated", mschrt20.MSChart.FootnoteActivatedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the footnote is activated (double-clicked)." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E188" ) } );

     public static final com.ms.wfc.core.EventInfo LegendActivatedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "legendActivated", mschrt20.MSChart.LegendActivatedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the legend is activated (double-clicked)." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E189" ) } );

     public static final com.ms.wfc.core.EventInfo PlotActivatedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "plotActivated", mschrt20.MSChart.PlotActivatedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when the plot is activated (double-clicked)." ),
           new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005E18A" ) } );

     public static final com.ms.wfc.core.EventInfo AxisActivatedEventInfo = new com.ms.wfc.core.EventInfo(
        mschrt20.MSChart.MSChart.class, "axisActivated", mschrt20.MSChart.AxisActivatedHandler.class,
        new com.ms.wfc.core.MemberAttribute[] { 
           new com.ms.wfc.core.DescriptionAttribute( "Occurs when an axis is activated (double-clicked)." ),
           new com.ms.wfc.core.HelpAt

⌨️ 快捷键说明

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