Table of Contents

Class LineChart

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

Constructors

LineChart()

public LineChart()

Properties

AreaDataLabel

[ExtenderControlProperty]
[ClientPropertyName("areaDataLabel")]
public string AreaDataLabel { get; set; }

Property Value

string

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

Property Value

LineChartType

DisplayValues

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

Property Value

bool

Series

public List<LineChartSeries> Series { get; }

Property Value

List<LineChartSeries>

TooltipBackgroundColor

[ExtenderControlProperty]
[ClientPropertyName("tooltipBackgroundColor")]
public string TooltipBackgroundColor { get; set; }

Property Value

string

TooltipBorderColor

[ExtenderControlProperty]
[ClientPropertyName("tooltipBorderColor")]
public string TooltipBorderColor { get; set; }

Property Value

string

TooltipFontColor

[ExtenderControlProperty]
[ClientPropertyName("tooltipFontColor")]
public string TooltipFontColor { get; set; }

Property Value

string

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

CreateChildControls()

protected override void CreateChildControls()

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs