EntityMetadata.IsEnabledForCharts Property

Definition

Gets whether charts are enabled.

public:
 property Nullable<bool> IsEnabledForCharts { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsEnabledForCharts { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsEnabledForCharts : Nullable<bool>
Public ReadOnly Property IsEnabledForCharts As Nullable(Of Boolean)

Property Value

true if charts are enabled; otherwise, false.

Attributes

Applies to