Chart.IsMapAreaAttributesEncoded 属性

定义

获取或设置一个标志,该标志决定是否对映射区特性进行编码。 映射区属性可以从各种数据源加载数据。 图表控件不会阻止最终用户加载来自不同数据源的不受信任数据。 因此,建议您验证数据并自行对其编码。

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

属性值

Boolean

如果对映射区特性进行编码,则为 true;否则为 false

属性

适用于