ChartArea.AxisY2 Propiedad

Definición

Obtiene o establece un objeto Axis que representa el eje Y secundario.

public:
 property System::Web::UI::DataVisualization::Charting::Axis ^ AxisY2 { System::Web::UI::DataVisualization::Charting::Axis ^ get(); void set(System::Web::UI::DataVisualization::Charting::Axis ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.Axis AxisY2 { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.AxisY2 : System.Web.UI.DataVisualization.Charting.Axis with get, set
Public Property AxisY2 As Axis

Valor de propiedad

Axis

Un objeto Axis que representa el eje Y secundario.

Atributos

Comentarios

Use esta propiedad para manipular el eje Y secundario en el área del gráfico.

Se aplica a