Cursor.SetSelectionPosition(Double, Double) Method

Definition

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)

Parameters

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.

Applies to