Class BarChart
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
DatasetType
public LineChatDatasetType DatasetType { get; set; }
Property Value
LegendPosition
public ChartPosition LegendPosition { get; set; }
Property Value
LegendVisible
public bool LegendVisible { get; set; }
Property Value
MaintainApectRatio
public bool MaintainApectRatio { get; set; }
Property Value
OnClientPreInit
public string OnClientPreInit { get; set; }
Property Value
Options
public ChartOptions Options { get; }
Property Value
ToolTipInteractionMode
public ChartInteractionMode ToolTipInteractionMode { get; set; }
Property Value
ToolTipIntersect
public bool ToolTipIntersect { get; set; }
Property Value
Methods
BuildInitializationScript(StringBuilder)
public override void BuildInitializationScript(StringBuilder builder)
Parameters
builderStringBuilder
CreateChartConfiguration()
protected override ChartConfiguration CreateChartConfiguration()
Returns
LoadData(IEnumerable<HistoryPerMonthChartItem>)
public void LoadData(IEnumerable<HistoryPerMonthChartItem> data)