ChartStyleFill Class Members
In This Topic
The following tables list the members exposed by ChartStyleFill.
Public Constructors
Public Properties
| Name | Description |
| Color | A value that indicates the color of ChartStyleFill. This property works only when Type is Default. |
| ColorBegin | A value that indicates the begin color of ChartStyleFill. This property works when Type is LinearGradient or RadialGradient. |
| ColorEnd | A value that indicates the end color of ChartStyleFill. This property works when Type is LinearGradient or RadialGradient. |
| ColorMiddles | A collection value that indicates the middle colors of ChartStyleFill. This property works when Type is LinearGradient or RadialGradient. |
| LinearGradientAngle | A value that indicates the angle of linear gradient of ChartStyleFill. This property works only when Type is LinearGradient. |
| RadialGradientFocusPointX | A value that indicates the x value of radial gradient focus point of ChartStyleFill. This property works only when Type is RadialGradient. |
| RadialGradientFocusPointY | A value that indicates the y value of radial gradient focus point of ChartStyleFill. This property works only when Type is RadialGradient. |
| Type | A value that indicates the type of ChartStyleFill. |
Top
See Also