Chart.IsSoftShadows 屬性

定義

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

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

屬性值

如果使用平滑化功能繪製陰影,則為 true,否則為 false。 預設值是 true

屬性

備註

ShadowOffset如果數列、資料點、圖表區域或圖例的 屬性值為非零,則會使用其 ShadowColor 屬性所設定的色彩來套用陰影。

如果 屬性的值 IsSoftShadowstrue ,則會將平滑漸層套用至陰影。

適用於