ChartFillFormat.GradientDegree Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light). Read-only.
public:
property float GradientDegree { float get(); };
public float GradientDegree { get; }
member this.GradientDegree : single
Public ReadOnly Property GradientDegree As Single
Property Value
Single
Remarks
This property is read-only. Use the OneColorGradient(Int32, Int32, Single) method to set the gradient degree for the fill.