Compartir a través de


Point.Name Propiedad

Definición

Obtiene el nombre del objeto.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Valor de propiedad

Nombre del objeto.

Comentarios

Solo lectura. This property corresponds to the name of a data point on a chart. El nombre se representa con el formato siguiente:

S<series number>P<point number>

Se aplica a