C# 클래스 Rock.Web.UI.Controls.ChartOptions

Class that can be JSON'd and used for Flot Charts (properties are case sensitive)
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
SetChartStyle ( ChartStyle chartStyle ) : void

Sets the chart style.

SetChartStyle ( System.Guid chartStyleDefinedValueGuid ) : void

Sets the chart style.

비공개 메소드들

메소드 설명
SetFlotAxisStyle ( AxisStyle styleAxis, AxisOptions flotAxis ) : void

Sets the flot axis style.

SetFlotLinesPointsBarsStyle ( ChartStyle chartStyle, LinesPointsBars linesPointsBars ) : void

Sets the flot lines points bars style.

ToFlotColorGradient ( string source ) : dynamic

convert a style color gradient to flot color specification for a gradient

메소드 상세

SetChartStyle() 공개 메소드

Sets the chart style.
public SetChartStyle ( ChartStyle chartStyle ) : void
chartStyle ChartStyle The chart style.
리턴 void

SetChartStyle() 공개 메소드

Sets the chart style.
public SetChartStyle ( System.Guid chartStyleDefinedValueGuid ) : void
chartStyleDefinedValueGuid System.Guid The chart style defined value unique identifier.
리턴 void