ChartArea.BorderWidth Propiedad
Definición
public:
property int BorderWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int BorderWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BorderWidth : int with get, set
Public Property BorderWidth As Integer
Valor de propiedad
Valor integer
que determina el ancho del borde, en píxeles, del área del gráfico.An integer
value that determines the border width, in pixels, of the chart area.
- Atributos
Comentarios
Tenga en cuenta que la BorderWidth propiedad también puede establecer el ancho de las líneas de los gráficos de líneas, los elementos de leyenda personalizados que se muestran con un estilo de línea, etc.Note that the BorderWidth property can also set the width of lines for line charts, custom legend items displayed with a line style, and so forth.