Class PieChart
public class PieChart : BaseChart, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
- Inheritance
-
PieChart
- Implements
- Inherited Members
Constructors
PieChart()
public PieChart()
Properties
ChartType
public override ChartType ChartType { get; }
Property Value
DataType
public ChartDataType DataType { get; set; }
Property Value
LegendPosition
public ChartPosition LegendPosition { get; set; }
Property Value
LegendVisible
public bool LegendVisible { get; set; }
Property Value
ShowTooltipOnLegendHover
public bool ShowTooltipOnLegendHover { get; set; }
Property Value
Methods
BuildInitializationScript(StringBuilder)
public override void BuildInitializationScript(StringBuilder builder)
Parameters
builderStringBuilder
CreateChartConfiguration()
protected override ChartConfiguration CreateChartConfiguration()
Returns
LoadData(IEnumerable<StatusChartItem>, bool)
public void LoadData(IEnumerable<StatusChartItem> data, bool autoColors = false)
Parameters
dataIEnumerable<StatusChartItem>autoColorsbool