1 override of ShiftedSerName
System.Web.DataVisualization (1)
Common\ChartTypes\ColumnChart.cs (1)
205
override public string
ShiftedSerName
4 references to ShiftedSerName
System.Web.DataVisualization (4)
Common\ChartTypes\PointChart.cs (4)
304
if(
ShiftedSerName
.Length == 0)
310
indexedSeries = ChartHelper.IndexedSeries( common.DataManager.Series[
ShiftedSerName
] );
323
if(
ShiftedSerName
.Length > 0)
325
if(
ShiftedSerName
!= ser.Name )