ScrollBarEventArgs.ChartArea Propriedade

Definição

Obtém o objeto ChartArea ao qual a barra de rolagem pertence.Gets the ChartArea object that the scrollbar belongs to.

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartArea ^ ChartArea { System::Windows::Forms::DataVisualization::Charting::ChartArea ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.ChartArea ChartArea { get; }
member this.ChartArea : System.Windows.Forms.DataVisualization.Charting.ChartArea
Public ReadOnly Property ChartArea As ChartArea

Valor da propriedade

ChartArea

Um objeto ChartArea.A ChartArea object.

Comentários

Essa propriedade é exposta no AxisScrollBarClicked evento do Chart objeto raiz.This property is exposed in the AxisScrollBarClicked event of the root Chart object.

A ChartArea propriedade pode ser usada para determinar a área do gráfico à qual o ScrollBar pertence acessando a Name propriedade.The ChartArea property can be used to determine the chart area that the scrollbar belongs to by accessing the Name property. Essa propriedade também pode ser usada para obter e definir as propriedades da área do gráfico.This property can also be used to get and set chart area properties.

Aplica-se a