Chart3D for WPF/Silverlight帮助文档
DataToPoint 方法

在数据坐标系下的一个三维空间的坐标点。
将数据坐标转换为屏幕控件坐标。 如果该转换无法进行,则返回null。
语法
'声明
 
Public Function DataToPoint( _
   ByVal dataPoint As System.Windows.Media.Media3D.Point3D _
) As System.Nullable(Of Point)
public System.Nullable<Point> DataToPoint( 
   System.Windows.Media.Media3D.Point3D dataPoint
)

参数

dataPoint
在数据坐标系下的一个三维空间的坐标点。

返回值

在屏幕控件坐标系下的一个坐标点。
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

C1Chart3D 类
C1Chart3D 成员

Send Feedback