Table of Contents

Class AreaChart

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[ClientCssResource("AreaChart")]
[ClientScriptResource("Sys.Extended.UI.AreaChart", "AreaChart")]
public class AreaChart : ChartBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
Inheritance
AreaChart
Implements
INamingContainer
IPostBackDataHandler
ICallbackEventHandler
Inherited Members

Constructors

AreaChart()

public AreaChart()

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 AreaChartType ChartType { get; set; }

Property Value

AreaChartType

DisplayValues

[ExtenderControlProperty]
[ClientPropertyName("displayValues")]
public bool DisplayValues { get; set; }

Property Value

bool

Series

public List<AreaChartSeries> Series { get; }

Property Value

List<AreaChartSeries>

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

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs