Chart.BackImageAlignment Propriedade
Definição
public:
property System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle BackImageAlignment { System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle BackImageAlignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackImageAlignment : System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle with get, set
Public Property BackImageAlignment As ChartImageAlignmentStyle
Valor da propriedade
Um ChartImageAlignmentStyle valor de enumeração que especifica o alinhamento da imagem de plano de fundo do gráfico.A ChartImageAlignmentStyle enumeration value that specifies the background image alignment of the chart. O valor padrão é TopLeft.The default value is TopLeft.
- Atributos
Comentários
Esta propriedade determina o alinhamento da imagem de plano de fundo para o Chart controle; ela só é aplicada quando a BackImageWrapMode propriedade é definida como ChartImageWrapMode.Unscaled .This property determines the alignment of the background image for the Chart control; it is only applied when the BackImageWrapMode property is set to ChartImageWrapMode.Unscaled.