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)
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

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