C# Класс Rock.Web.UI.Controls.ChartOptions

Class that can be JSON'd and used for Flot Charts (properties are case sensitive)
Показать файл Открыть проект Примеры использования класса

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

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