Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

PieChart

MikhailTymchukDX edited this page Apr 12, 2017 · 4 revisions

Demo Page

The PieChart control enables you to render a pie chart from one or more PieChartValues. This control is compatible with any browser which supports SVG including Internet Explorer 9 and above.

Properties

Name Description
PieChartClientValues Provides the list of PieChartValues to the client side
Remarks: Needs help from the PieChartValues property for designer experience support, because Editor always blocks the property's ability to provide values to the client side as ExtenderControlProperty does at runtime
PieChartValues A list of PieChartValues

Client properties

Name Description
chartHeight Height of the chart
chartTitle A title of the chart
chartTitleColor Font color of the chart title
chartWidth Width of the chart
pieChartClientValues Provides the list of PieChartValues
theme A theme of the chart

Client properties

chartHeight

Height of the chart

Getter name: get_chartHeight()
Setter name: set_chartHeight(value)

chartTitle

A title of the chart

Getter name: get_chartTitle()
Setter name: set_chartTitle(value)

chartTitleColor

Font color of the chart title

Getter name: get_chartTitleColor()
Setter name: set_chartTitleColor(value)

chartWidth

Width of the chart

Getter name: get_chartWidth()
Setter name: set_chartWidth(value)

pieChartClientValues

Provides the list of PieChartValues

Getter name: get_pieChartClientValues()
Setter name: set_pieChartClientValues(value)

theme

A theme of the chart

Getter name: get_theme()
Setter name: set_theme(value)

Clone this wiki locally