Table of Contents

Class PieChart

Namespace
InSite.Common.Web.UI.Chart
Assembly
InSite.UI.dll
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

ChartType

DataType

public ChartDataType DataType { get; set; }

Property Value

ChartDataType

LegendPosition

public ChartPosition LegendPosition { get; set; }

Property Value

ChartPosition

LegendVisible

public bool LegendVisible { get; set; }

Property Value

bool

ShowTooltipOnLegendHover

public bool ShowTooltipOnLegendHover { get; set; }

Property Value

bool

Methods

BuildInitializationScript(StringBuilder)

public override void BuildInitializationScript(StringBuilder builder)

Parameters

builder StringBuilder

CreateChartConfiguration()

protected override ChartConfiguration CreateChartConfiguration()

Returns

ChartConfiguration

LoadData(IEnumerable<StatusChartItem>, bool)

public void LoadData(IEnumerable<StatusChartItem> data, bool autoColors = false)

Parameters

data IEnumerable<StatusChartItem>
autoColors bool