MobileForms Toolkit Documentation

CompactChart.GradientBackColor Property

Gets or sets the gradient back color.

public GradientColor GradientBackColor {get; set;}

Property Value

A GradientColor which represents what colors will be used in gradient fill of the background and in which direction the fill will be realized.

Remarks

This property is used to define a GradientColor which is used to fill the background of CompactChart control. To turn this feature on, set UseGradient property. Otherwise, the background will be painted by a solid color defined by BackColor property.

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace | UseGradient | BackColor