Chart.BorderlineWidth Propiedad

Definición

Obtiene o establece el ancho de la línea del borde para la imagen del gráfico completa.

public:
 property int BorderlineWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int BorderlineWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BorderlineWidth : int with get, set
Public Property BorderlineWidth As Integer

Valor de propiedad

Int32

Un valor de tipo integer que determina el ancho de la línea del borde de la imagen del gráfico, en píxeles.

Atributos

Se aplica a