ChartPaintEventArgs Classe

Definição

Fornece dados para os eventos de pintura do controle Chart.Provides data for the paint events of the Chart control.

public ref class ChartPaintEventArgs : EventArgs
public class ChartPaintEventArgs : EventArgs
type ChartPaintEventArgs = class
    inherit EventArgs
Public Class ChartPaintEventArgs
Inherits EventArgs
Herança
ChartPaintEventArgs

Comentários

Um ChartPaintEventArgs objeto é usado para definir propriedades de gráfico durante PostPaint os PrePaint eventos e do Chart controle.A ChartPaintEventArgs object is used to set chart properties during the PostPaint and PrePaint events of the Chart control.

A Position propriedade permite que você Posicione elementos de gráfico e a ChartGraphics Propriedade facilita operações de desenho em GDI+.The Position property allows you to position chart elements, and the ChartGraphics property facilitates GDI+ drawing operations.

A Chart propriedade fornece ao desenvolvedor acesso ao objeto raiz Chart , que pode ser usado para definir várias propriedades do gráfico.The Chart property gives the developer access to the root Chart object, which can be used to set various properties of the chart.

Propriedades

Chart

Obtém o objeto Chart raiz.Gets the root Chart object.

ChartElement

Obtém um Object para o evento.Gets an Object for the event.

ChartGraphics

Obtém um objeto ChartGraphics.Gets a ChartGraphics object.

Position

Obtém um objeto ElementPosition.Gets an ElementPosition object.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a