资源简介
===========================================
TeeChart Pro Activex Control v2018
MS .NET COMPATIBILITY
Copyright (c) 1997-2018
by Steema Software SL
All Rights Reserved.
http://www.steema.com
email: info@steema.com
supportx@steema.com
===========================================
Document updated: June 2004
TeeChart Pro Activex Control
MS Visual Studio .NET compatibility notes
===========================================
Please see the release.txt release notes
for bugfix and feature information about
this release.
===========================================
Changes for NET compatibility
- The Chart.Series(xx) read-only property has
been replaced by a Function method (affects
only code written in VC++ and similar
languages that make direct reference to Get_
and Set_ of properties). The new Series
method (called Series) changes visibly by
removal of the property 'Get_' element of the
Function. The change is required due to a
current MS.NET import restriction causing
non-import of ActiveX properties that have
an index parameter (only affects the root
level of controls !).
For a VB application no code change is
necessary. Please see the following notes for
other environments.
The original property has been hidden in the
interface and renamed to aSeries keeping its
existing Dispid to support backward compatibility
with applications compiled with previous
releases of TeeChart 5.
- The TChart OnSeriesBeforeAdd method uses a
boolean variable called 'Continue'. "continue"
is a keyword in C# (the language used to interim
compile TeeChart namespace information in .NET).
This had caused an import problem with the earlier
releases of Visual Studio .NET.
As a precaution we have chosen to rename the
parameter to 'MoreValues' for the TeeChart Pro
ActiveX Control.
Notes on use:
-------------
- Constant names in NET require full reference by
default:
eg.
AxTChart1.AddSeries(Te
代码片段和文件信息
- 上一篇:MFCApplication1.zip
- 下一篇:Devc++5.11
相关资源
- Game Programming in C++ Creating 3D Games Fir
- Hands-On GUI Programming with C++ and Qt5
- C++使用protobuf 作为网络消息协议
- ActiveX controls inside out 控制元件徹底研
- xtreme toolkit pro破解版
- Computer Graphics Programming in OpenGL with C
- Ms Press - Programming with Microsoft Visual C
- Cross-Platform GUI Programming with wxWidgets中
- 单片机C语言程序设计实训100例--基
- Hands-On Network Programming with C - Lewis Va
- 编译好的GDAL库,含GEOS和PROJ,以及C
- MFC中使用DDVue控件样例超实用
- proteus仿真400
- c++ how to program 10th 原文版
- protobuf 2.5.0
- C++ GUI Programming with Qt 4 Second Edition.c
- C语言解析教程 原书第4版 C by Dissect
- Programming principles and practice Using C++ (
- Programming -- Principles and Practice Using C
- The C++ Programming Language 4th Edition.pdf
- C++ GUI Programming with Qt 4 Second Edition()
- Hands-On GUI Programming with C++ and Qt5 电子
- CUDA 编程4.2(CUDA_C_Programming_Guide_4.2)
- cuda c编程(CUDA_C_Programming_Guide)
- Qt5C++GUIProgrammingCookbook(PDF+源码)
- 新概念51单片机C语言教程 入门、提高
- The C Programming Language(中文版PDF)
-
Advanced C++ Programming st
yles and Idioms - C++ programming language第四版(中英文版
- Data Structures and Program Design In C++及课后
评论
共有 条评论