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

将屏幕控件坐标转换为数据坐标。 如果该转换无法进行,则返回null。
语法
'声明
 
Public Function PointToData( _
   ByVal screenPoint As System.Windows.Point _
) As System.Nullable(Of Point3D)
public System.Nullable<Point3D> PointToData( 
   System.Windows.Point screenPoint
)

参数

screenPoint

返回值

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

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