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

속성 값

Boolean

다듬기를 사용하여 그림자를 그리면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

설명

계열, 데이터 요소, 차트 영역 또는 범례의 ShadowOffset 속성 값이 0이 아니면 해당 속성에 의해 ShadowColor 설정된 색을 사용하여 그림자가 적용됩니다.

속성 값이 IsSoftShadows true면 부드러운 그라데이션이 그림자에 적용됩니다.

적용 대상