Chart::IsSoftShadows Property
.NET Framework (current version)
Gets or sets a flag that determines if a smooth gradient is applied when shadows are drawn.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(true)] property bool IsSoftShadows { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if shadows are drawn using smoothing; otherwise, false. The default value is true.
If the value of the ShadowOffset property for a series, data point, chart area or legend is nonzero, a shadow will be applied using a color set by their ShadowColor property.
If the value of the IsSoftShadows property is true, a smooth gradient will be applied to the shadow.
.NET Framework
Available since 4.0
Available since 4.0
Show: