共用方式為


Chart.IsSoftShadows 屬性

定義

會取得或設定一個旗標,決定在繪製陰影時是否套用平滑漸層。

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

屬性值

true 如果陰影是用平滑 false 法繪製的,如果沒有。 預設值為 true

屬性

備註

如果某系列、資料點、圖表區域或圖例的屬性值 ShadowOffset 非零,則會依其 ShadowColor 屬性設定的顏色套用陰影。

若屬性值 IsSoftShadowstrue,陰影將施加平滑梯度。

適用於