EntityMetadata.IsEnabledForCharts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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