Compartir a través de


Chart.HasTitle Propiedad

Definición

True si el eje o el gráfico tiene un título visible. Lectura y escritura.

public:
 property bool HasTitle { bool get(); void set(bool value); };
public bool HasTitle { get; set; }
member this.HasTitle : bool with get, set
Public Property HasTitle As Boolean

Valor de propiedad

Boolean

Comentarios

Un título de gráfico se representa mediante un ChartTitle objeto .

Se aplica a