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
-
INamingContainerIPostBackDataHandlerICallbackEventHandler
- Inherited Members
Constructors
AreaChart()
public AreaChart()
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 AreaChartType ChartType { get; set; }
Property Value
DisplayValues
[ExtenderControlProperty]
[ClientPropertyName("displayValues")]
public bool DisplayValues { get; set; }
Property Value
Series
public List<AreaChartSeries> 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
OnInit(EventArgs)
protected override void OnInit(EventArgs e)