Chart.BackHatchStyle Propriedade

Definição

Obtém ou define o estilo de hachura do controle Chart.Gets or sets the hatching style of the Chart control.

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartHatchStyle BackHatchStyle { System::Windows::Forms::DataVisualization::Charting::ChartHatchStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartHatchStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle BackHatchStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackHatchStyle : System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle with get, set
Public Property BackHatchStyle As ChartHatchStyle

Valor da propriedade

ChartHatchStyle

Uma ChartHatchStyle enumeração que especifica o estilo de hachura do Chart controle.A ChartHatchStyle enumeration that specifies the hatching style of the Chart control. O valor padrão é None.The default value is None.

Atributos

Comentários

A ChartHatchStyle enumeração Especifica o padrão de hachura usado por um pincel de tipo HatchBrush .The ChartHatchStyle enumeration specifies the hatch pattern used by a brush of type HatchBrush. O padrão de hachura consiste em uma cor de plano de fundo sólida e linhas desenhadas em segundo plano.The hatch pattern consists of a solid background color and lines drawn over the background.

Para obter uma lista de estilos de hachura disponíveis, consulte a ChartHatchStyle enumeração.For a listing of available hatching styles, refer to the ChartHatchStyle enumeration.

Observação A cor das linhas de hachura é determinada pela BackSecondaryColor propriedade.Note The color of hatching lines is determined by the BackSecondaryColor property.

Aplica-se a