Chart.HasDataTable Property

Definition

Gets or sets a value that indicates whether the Chart has a data table. Read/write.

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

Property Value

Boolean True if the chart has a data table. OtherwiseFalse

Applies to