C# Class Rock.Web.UI.Controls.ChartStyle

Chart Style class. All values are optional. The chart will decide the style if a value is not specified Color values can be any html color specification Gradients can be 2 or more html colors that will result in a vertical gradient (limited to vertical because that's what works in IE)
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateFromJson ( string name, string json ) : ChartStyle

Creates from json.

ToJson ( bool ignoreNulls ) : string

To the json.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

CreateFromJson() public static method

Creates from json.
public static CreateFromJson ( string name, string json ) : ChartStyle
name string The name.
json string The json.
return ChartStyle

ToJson() public method

To the json.
public ToJson ( bool ignoreNulls ) : string
ignoreNulls bool if set to true [ignore nulls].
return string

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string