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
Properties
[ExtenderControlProperty]
[ClientPropertyName("areaDataLabel")]
public string AreaDataLabel { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("baseLineColor")]
public string BaseLineColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("categoriesAxis")]
public string CategoriesAxis { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("categoryAxisLineColor")]
public string CategoryAxisLineColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("chartType")]
public LineChartType ChartType { get; set; }
Property Value
- LineChartType
[ExtenderControlProperty]
[ClientPropertyName("displayValues")]
public bool DisplayValues { get; set; }
Property Value
- bool
public List<LineChartSeries> Series { get; }
Property Value
- List<LineChartSeries>
[ExtenderControlProperty]
[ClientPropertyName("tooltipBackgroundColor")]
public string TooltipBackgroundColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("tooltipBorderColor")]
public string TooltipBorderColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("tooltipFontColor")]
public string TooltipFontColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("valueAxisLineColor")]
public string ValueAxisLineColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("valueAxisLines")]
public int ValueAxisLines { get; set; }
Property Value
- int
Methods
protected override void CreateChildControls()
protected override void OnInit(EventArgs e)
Parameters
e
EventArgs