Axis.GetPosition(Double) Método

Definição

Converte um valor de eixo em uma posição relativa (0-100%).Converts an axis value to a relative position (0-100%). Se um eixo for logarítmico, o valor será convertido em uma escala linear.If an axis is logarithmic, the value is converted to a linear scale.

public:
 double GetPosition(double axisValue);
public double GetPosition (double axisValue);
member this.GetPosition : double -> double
Public Function GetPosition (axisValue As Double) As Double

Parâmetros

axisValue
Double

O valor do eixo.The axis value.

Retornos

Double

Um valor double que representa a posição relativa (0-100%).A double value that represents the relative position (0-100%).

Aplica-se a