14 implementations of Name
System.Web.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
183
virtual public string
Name
{ get{ return ChartTypeNames.Bar;}}
Common\ChartTypes\BoxPlotChart.cs (1)
101
virtual public string
Name
{ get{ return ChartTypeNames.BoxPlot;}}
Common\ChartTypes\ErrorBarChart.cs (1)
149
virtual public string
Name
{ get{ return ChartTypeNames.ErrorBar;}}
Common\ChartTypes\FastLineChart.cs (1)
109
virtual public string
Name
{ get{ return ChartTypeNames.FastLine;}}
Common\ChartTypes\FastPointChart.cs (1)
110
virtual public string
Name
{ get{ return ChartTypeNames.FastPoint;}}
Common\ChartTypes\FunnelChart.cs (1)
284
virtual public string
Name
{ get{ return ChartTypeNames.Funnel;}}
Common\ChartTypes\PieChart.cs (1)
146
virtual public string
Name
{ get{ return ChartTypeNames.Pie;}}
Common\ChartTypes\PointChart.cs (1)
149
virtual public string
Name
{ get{ return ChartTypeNames.Point;}}
Common\ChartTypes\RadarChart.cs (1)
125
virtual public string
Name
{ get{ return ChartTypeNames.Radar;}}
Common\ChartTypes\RenkoChart.cs (1)
548
virtual public string
Name
{ get{ return ChartTypeNames.Renko;}}
Common\ChartTypes\StackedBarChart.cs (1)
351
virtual public string
Name
{ get{ return ChartTypeNames.StackedBar;}}
Common\ChartTypes\StackedColumnChart.cs (1)
346
virtual public string
Name
{ get{ return ChartTypeNames.StackedColumn;}}
Common\ChartTypes\StockChart.cs (1)
173
virtual public string
Name
{ get{ return ChartTypeNames.Stock;}}
Common\ChartTypes\ThreeLineBreakChart.cs (1)
543
virtual public string
Name
{ get{ return ChartTypeNames.ThreeLineBreak;}}