ChartFillFormat.GradientDegree Property
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.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property GradientDegree As Single
Get
'Usage
Dim instance As ChartFillFormat
Dim value As Single
value = instance.GradientDegree
float GradientDegree { get; }
Property Value
Type: System.Single
Single
Remarks
This property is read-only. Use the OneColorGradient(Int32, Int32, Single) method to set the gradient degree for the fill.