Cursor.SetSelectionPosition(Double, Double) 方法

定义

设置图表区域中指定轴值处的所选范围位置。

public:
 void SetSelectionPosition(double newStart, double newEnd);
public void SetSelectionPosition (double newStart, double newEnd);
member this.SetSelectionPosition : double * double -> unit
Public Sub SetSelectionPosition (newStart As Double, newEnd As Double)

参数

newStart
Double

范围选择的新起始位置。 作为沿相关轴的值进行度量。

newEnd
Double

范围选择的新结束位置。 作为沿相关轴的值进行度量。

适用于