Table of Contents

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
INamingContainer
IPostBackDataHandler
ICallbackEventHandler
Inherited Members

Constructors

BarChart()

public BarChart()

Properties

BaseLineColor

[ExtenderControlProperty]
[ClientPropertyName("baseLineColor")]
public string BaseLineColor { get; set; }

Property Value

string

CategoriesAxis

[ExtenderControlProperty]
[ClientPropertyName("categoriesAxis")]
public string CategoriesAxis { get; set; }

Property Value

string

CategoryAxisLineColor

[ExtenderControlProperty]
[ClientPropertyName("categoryAxisLineColor")]
public string CategoryAxisLineColor { get; set; }

Property Value

string

ChartType

[ExtenderControlProperty]
[ClientPropertyName("chartType")]
public BarChartType ChartType { get; set; }

Property Value

BarChartType

Series

public List<BarChartSeries> Series { get; }

Property Value

List<BarChartSeries>

ValueAxisLineColor

[ExtenderControlProperty]
[ClientPropertyName("valueAxisLineColor")]
public string ValueAxisLineColor { get; set; }

Property Value

string

ValueAxisLines

[ExtenderControlProperty]
[ClientPropertyName("valueAxisLines")]
public int ValueAxisLines { get; set; }

Property Value

int

Methods

DescribeComponent(ScriptComponentDescriptor)

protected override void DescribeComponent(ScriptComponentDescriptor descriptor)

Parameters

descriptor ScriptComponentDescriptor

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs