mschart.java
来自「此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试」· Java 代码 · 共 1,322 行 · 第 1/5 页
JAVA
1,322 行
onPointLabelActivated = (mschrt20.MSChart.PointLabelActivatedHandler)com.ms.lang.Delegate.combine( onPointLabelActivated, handler );
}
public synchronized void removeOnPointLabelActivated( mschrt20.MSChart.PointLabelActivatedHandler handler ) {
onPointLabelActivated = (mschrt20.MSChart.PointLabelActivatedHandler)com.ms.lang.Delegate.remove( onPointLabelActivated, handler );
}
public synchronized void addOnSeriesActivated( mschrt20.MSChart.SeriesActivatedHandler handler ) {
onSeriesActivated = (mschrt20.MSChart.SeriesActivatedHandler)com.ms.lang.Delegate.combine( onSeriesActivated, handler );
}
public synchronized void removeOnSeriesActivated( mschrt20.MSChart.SeriesActivatedHandler handler ) {
onSeriesActivated = (mschrt20.MSChart.SeriesActivatedHandler)com.ms.lang.Delegate.remove( onSeriesActivated, handler );
}
public synchronized void addOnAxisUpdated( mschrt20.MSChart.AxisUpdatedHandler handler ) {
onAxisUpdated = (mschrt20.MSChart.AxisUpdatedHandler)com.ms.lang.Delegate.combine( onAxisUpdated, handler );
}
public synchronized void removeOnAxisUpdated( mschrt20.MSChart.AxisUpdatedHandler handler ) {
onAxisUpdated = (mschrt20.MSChart.AxisUpdatedHandler)com.ms.lang.Delegate.remove( onAxisUpdated, handler );
}
public synchronized void addOnAxisLabelUpdated( mschrt20.MSChart.AxisLabelUpdatedHandler handler ) {
onAxisLabelUpdated = (mschrt20.MSChart.AxisLabelUpdatedHandler)com.ms.lang.Delegate.combine( onAxisLabelUpdated, handler );
}
public synchronized void removeOnAxisLabelUpdated( mschrt20.MSChart.AxisLabelUpdatedHandler handler ) {
onAxisLabelUpdated = (mschrt20.MSChart.AxisLabelUpdatedHandler)com.ms.lang.Delegate.remove( onAxisLabelUpdated, handler );
}
public synchronized void addOnAxisTitleUpdated( mschrt20.MSChart.AxisTitleUpdatedHandler handler ) {
onAxisTitleUpdated = (mschrt20.MSChart.AxisTitleUpdatedHandler)com.ms.lang.Delegate.combine( onAxisTitleUpdated, handler );
}
public synchronized void removeOnAxisTitleUpdated( mschrt20.MSChart.AxisTitleUpdatedHandler handler ) {
onAxisTitleUpdated = (mschrt20.MSChart.AxisTitleUpdatedHandler)com.ms.lang.Delegate.remove( onAxisTitleUpdated, handler );
}
public synchronized void addOnChartUpdated( mschrt20.MSChart.ChartUpdatedHandler handler ) {
onChartUpdated = (mschrt20.MSChart.ChartUpdatedHandler)com.ms.lang.Delegate.combine( onChartUpdated, handler );
}
public synchronized void removeOnChartUpdated( mschrt20.MSChart.ChartUpdatedHandler handler ) {
onChartUpdated = (mschrt20.MSChart.ChartUpdatedHandler)com.ms.lang.Delegate.remove( onChartUpdated, handler );
}
public synchronized void addOnFootnoteUpdated( mschrt20.MSChart.FootnoteUpdatedHandler handler ) {
onFootnoteUpdated = (mschrt20.MSChart.FootnoteUpdatedHandler)com.ms.lang.Delegate.combine( onFootnoteUpdated, handler );
}
public synchronized void removeOnFootnoteUpdated( mschrt20.MSChart.FootnoteUpdatedHandler handler ) {
onFootnoteUpdated = (mschrt20.MSChart.FootnoteUpdatedHandler)com.ms.lang.Delegate.remove( onFootnoteUpdated, handler );
}
public synchronized void addOnLegendUpdated( mschrt20.MSChart.LegendUpdatedHandler handler ) {
onLegendUpdated = (mschrt20.MSChart.LegendUpdatedHandler)com.ms.lang.Delegate.combine( onLegendUpdated, handler );
}
public synchronized void removeOnLegendUpdated( mschrt20.MSChart.LegendUpdatedHandler handler ) {
onLegendUpdated = (mschrt20.MSChart.LegendUpdatedHandler)com.ms.lang.Delegate.remove( onLegendUpdated, handler );
}
public synchronized void addOnPlotUpdated( mschrt20.MSChart.PlotUpdatedHandler handler ) {
onPlotUpdated = (mschrt20.MSChart.PlotUpdatedHandler)com.ms.lang.Delegate.combine( onPlotUpdated, handler );
}
public synchronized void removeOnPlotUpdated( mschrt20.MSChart.PlotUpdatedHandler handler ) {
onPlotUpdated = (mschrt20.MSChart.PlotUpdatedHandler)com.ms.lang.Delegate.remove( onPlotUpdated, handler );
}
public synchronized void addOnPointUpdated( mschrt20.MSChart.PointUpdatedHandler handler ) {
onPointUpdated = (mschrt20.MSChart.PointUpdatedHandler)com.ms.lang.Delegate.combine( onPointUpdated, handler );
}
public synchronized void removeOnPointUpdated( mschrt20.MSChart.PointUpdatedHandler handler ) {
onPointUpdated = (mschrt20.MSChart.PointUpdatedHandler)com.ms.lang.Delegate.remove( onPointUpdated, handler );
}
public synchronized void addOnPointLabelUpdated( mschrt20.MSChart.PointLabelUpdatedHandler handler ) {
onPointLabelUpdated = (mschrt20.MSChart.PointLabelUpdatedHandler)com.ms.lang.Delegate.combine( onPointLabelUpdated, handler );
}
public synchronized void removeOnPointLabelUpdated( mschrt20.MSChart.PointLabelUpdatedHandler handler ) {
onPointLabelUpdated = (mschrt20.MSChart.PointLabelUpdatedHandler)com.ms.lang.Delegate.remove( onPointLabelUpdated, handler );
}
public synchronized void addOnSeriesUpdated( mschrt20.MSChart.SeriesUpdatedHandler handler ) {
onSeriesUpdated = (mschrt20.MSChart.SeriesUpdatedHandler)com.ms.lang.Delegate.combine( onSeriesUpdated, handler );
}
public synchronized void removeOnSeriesUpdated( mschrt20.MSChart.SeriesUpdatedHandler handler ) {
onSeriesUpdated = (mschrt20.MSChart.SeriesUpdatedHandler)com.ms.lang.Delegate.remove( onSeriesUpdated, handler );
}
public synchronized void addOnTitleUpdated( mschrt20.MSChart.TitleUpdatedHandler handler ) {
onTitleUpdated = (mschrt20.MSChart.TitleUpdatedHandler)com.ms.lang.Delegate.combine( onTitleUpdated, handler );
}
public synchronized void removeOnTitleUpdated( mschrt20.MSChart.TitleUpdatedHandler handler ) {
onTitleUpdated = (mschrt20.MSChart.TitleUpdatedHandler)com.ms.lang.Delegate.remove( onTitleUpdated, handler );
}
public synchronized void addOnDataUpdated( mschrt20.MSChart.DataUpdatedHandler handler ) {
onDataUpdated = (mschrt20.MSChart.DataUpdatedHandler)com.ms.lang.Delegate.combine( onDataUpdated, handler );
}
public synchronized void removeOnDataUpdated( mschrt20.MSChart.DataUpdatedHandler handler ) {
onDataUpdated = (mschrt20.MSChart.DataUpdatedHandler)com.ms.lang.Delegate.remove( onDataUpdated, handler );
}
public synchronized void addOnDonePainting( com.ms.wfc.core.EventHandler handler ) {
onDonePainting = (com.ms.wfc.core.EventHandler)com.ms.lang.Delegate.combine( onDonePainting, handler );
}
public synchronized void removeOnDonePainting( com.ms.wfc.core.EventHandler handler ) {
onDonePainting = (com.ms.wfc.core.EventHandler)com.ms.lang.Delegate.remove( onDonePainting, handler );
}
//---------------------------------------------------------------------------
// This class provides information about the control's events and properties.
//---------------------------------------------------------------------------
public static class ClassInfo extends com.ms.wfc.ui.AxHost.ClassInfo
{
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo AutoIncrementPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "autoIncrement", boolean.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Determines whether the current data point row and column is automatically incremented after the Data property is used to enter or update data in the data grid." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFE8" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000001 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo RandomFillPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "randomFill", boolean.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Determines whether random data is used to generate the chart." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFE9" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000002 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo chartTypePropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "chartType", mschrt20.VtChChartType.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the type of chart used to plot the data in the data grid." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFEA" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000003 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo ColumnPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "column", short.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the active column in the data grid." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFEB" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000004 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo ColumnCountPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "columnCount", short.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the number of columns in the data grid." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFEC" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000005 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo ColumnLabelPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "columnLabel", String.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the label associated with the column identified by the Column property." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFED" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000006 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo ColumnLabelCountPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "columnLabelCount", short.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the number of levels of labels above the data columns in the data grid." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFEE" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000007 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo ColumnLabelIndexPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "columnLabelIndex", short.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Identifies a particular level of column labels." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFEF" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000008 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo DataPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "data", String.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the value of a specific data point in the data grid identified by Column and Row." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF0" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000009 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo FootnoteTextPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "footnoteText", String.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the text used as a chart footnote." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF1" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000000A ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo RepaintPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "repaint", boolean.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Determines whether the chart repaints after a change is made to the chart." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF2" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000000B ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo RowPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "row", short.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the active row of the data grid." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF3" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000000C ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo RowCountPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "rowCount", short.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the number of rows in the data grid." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF4" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000000D ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo RowLabelPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "rowLabel", String.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the label associated with the row identified by the Row property." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF5" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000000E ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo RowLabelCountPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "rowLabelCount", short.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the number of levels of labels to the left of the data rows in the data grid" ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF6" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x0000000F ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo RowLabelIndexPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "rowLabelIndex", short.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Identifies a particular level of row labels." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF7" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000010 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo SeriesColumnPropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "seriesColumn", short.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the column of the chart in which the current series is displayed." ),
new com.ms.wfc.core.HelpAttribute( "C:\\WINNT\\HELP\\MSCHRT98.chm", "0x0005DFF8" ),
com.ms.wfc.core.PersistableAttribute.NO,
new com.ms.wfc.ui.AxHost.DispidAttribute( 0x00000011 ) } );
public static final com.ms.wfc.ui.AxHost.AxPropertyInfo SeriesTypePropertyInfo = new com.ms.wfc.ui.AxHost.AxPropertyInfo(
mschrt20.MSChart.MSChart.class, "seriesType", mschrt20.VtChSeriesType.class,
new com.ms.wfc.core.MemberAttribute[] {
new com.ms.wfc.core.DescriptionAttribute( "Returns/sets the chart type used to display the series identified in the Column property." ),
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?