Table of Contents

Class BarChart

Namespace
InSite.Common.Web.UI.Chart
Assembly
InSite.UI.dll
public class BarChart : BaseChart, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
Inheritance
BarChart
Implements
Inherited Members

Constructors

BarChart()

public BarChart()

Properties

ChartType

public override ChartType ChartType { get; }

Property Value

ChartType

DatasetType

public LineChatDatasetType DatasetType { get; set; }

Property Value

LineChatDatasetType

LegendPosition

public ChartPosition LegendPosition { get; set; }

Property Value

ChartPosition

LegendVisible

public bool LegendVisible { get; set; }

Property Value

bool

MaintainApectRatio

public bool MaintainApectRatio { get; set; }

Property Value

bool

OnClientPreInit

public string OnClientPreInit { get; set; }

Property Value

string

Options

public ChartOptions Options { get; }

Property Value

ChartOptions

ToolTipInteractionMode

public ChartInteractionMode ToolTipInteractionMode { get; set; }

Property Value

ChartInteractionMode

ToolTipIntersect

public bool ToolTipIntersect { 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<HistoryPerMonthChartItem>)

public void LoadData(IEnumerable<HistoryPerMonthChartItem> data)

Parameters

data IEnumerable<HistoryPerMonthChartItem>