ChartGridBackgroundSecondColor Property |
Second color used in background gradient fill
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Color BackgroundSecondColor { get; set; }
Public Property BackgroundSecondColor As Color
Get
Set
public:
property Color BackgroundSecondColor {
Color get ();
void set (Color value);
}
member BackgroundSecondColor : Color with get, set
Property Value
Type:
Color
See Also