Class LineChart
public class LineChart : BaseChart, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
- Inheritance
-
LineChart
- Implements
- Inherited Members
Constructors
LineChart()
public LineChart()
Properties
ChartType
public override ChartType ChartType { get; }
Property Value
DatasetType
public LineChatDatasetType DatasetType { get; set; }
Property Value
LegendPosition
public ChartPosition LegendPosition { get; set; }
Property Value
LegendVisible
public bool LegendVisible { get; set; }
Property Value
MaintainApectRatio
public bool MaintainApectRatio { get; set; }
Property Value
OnClientPreInit
public string OnClientPreInit { get; set; }
Property Value
Options
public ChartOptions Options { get; }
Property Value
ToolTipIntersect
public bool ToolTipIntersect { get; set; }
Property Value
Methods
BuildInitializationScript(StringBuilder)
public override void BuildInitializationScript(StringBuilder builder)
Parameters
builderStringBuilder
CreateChartConfiguration()
protected override ChartConfiguration CreateChartConfiguration()