C# Класс 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)
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

CreateFromJson() публичный статический Метод

Creates from json.
public static CreateFromJson ( string name, string json ) : ChartStyle
name string The name.
json string The json.
Результат ChartStyle

ToJson() публичный Метод

To the json.
public ToJson ( bool ignoreNulls ) : string
ignoreNulls bool if set to true [ignore nulls].
Результат string

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string