Version

GradientType Enumeration

Constants which determine the type of gradient applied to a ChartGradientFill.
Syntax
public enum GradientType : System.Enum 
Members
MemberDescription
LinearThe gradient extends in a linear direction.
PathThe gradient direction is determined by the shape's path.
RadialThe gradient extends along a radial curve.
RectangularThe gradient extends along a rectangular path.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also