Class BarChart
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[ClientCssResource("BarChart")]
[ClientScriptResource("Sys.Extended.UI.BarChart", "BarChart")]
public class BarChart : ChartBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
- Inheritance
-
BarChart
- Implements
-
INamingContainerIPostBackDataHandlerICallbackEventHandler
- Inherited Members
Constructors
BarChart()
public BarChart()
Properties
BaseLineColor
[ExtenderControlProperty]
[ClientPropertyName("baseLineColor")]
public string BaseLineColor { get; set; }
Property Value
CategoriesAxis
[ExtenderControlProperty]
[ClientPropertyName("categoriesAxis")]
public string CategoriesAxis { get; set; }
Property Value
CategoryAxisLineColor
[ExtenderControlProperty]
[ClientPropertyName("categoryAxisLineColor")]
public string CategoryAxisLineColor { get; set; }
Property Value
ChartType
[ExtenderControlProperty]
[ClientPropertyName("chartType")]
public BarChartType ChartType { get; set; }
Property Value
Series
public List<BarChartSeries> Series { get; }
Property Value
ValueAxisLineColor
[ExtenderControlProperty]
[ClientPropertyName("valueAxisLineColor")]
public string ValueAxisLineColor { get; set; }
Property Value
ValueAxisLines
[ExtenderControlProperty]
[ClientPropertyName("valueAxisLines")]
public int ValueAxisLines { get; set; }
Property Value
Methods
DescribeComponent(ScriptComponentDescriptor)
protected override void DescribeComponent(ScriptComponentDescriptor descriptor)
Parameters
descriptor
ScriptComponentDescriptor
OnInit(EventArgs)
protected override void OnInit(EventArgs e)