Cursor.SetSelectionPosition(Double, Double) 方法
定义
设置图表区域中指定轴值处的所选范围位置。Sets the position of a selected range within a chart area at the specified axis values.
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
范围选择的新起始位置。The new start position of the range selection. 作为沿相关轴的值进行度量。Measured as a value along the relevant axis.
- newEnd
- Double
范围选择的新结束位置。The new end position of the range selection. 作为沿相关轴的值进行度量。Measured as a value along the relevant axis.