35 references to Date
System.Web.DataVisualization (35)
Common\ChartTypes\BarChart.cs (1)
430
(ser.XValueType == ChartValueType.
Date
||
Common\ChartTypes\ColumnChart.cs (1)
344
(ser.XValueType == ChartValueType.
Date
||
Common\ChartTypes\StackedBarChart.cs (1)
696
(ser.XValueType == ChartValueType.
Date
||
Common\ChartTypes\StackedColumnChart.cs (1)
706
(ser.XValueType == ChartValueType.
Date
||
Common\Converters\AxisConverters.cs (1)
391
axis.GetAxisValuesType() == ChartValueType.
Date
||
Common\DataManager\DataPoint.cs (4)
1931
valueType = ChartValueType.
Date
;
2126
if(base.series.XValueType == ChartValueType.
Date
)
2275
if(base.series.YValueType == ChartValueType.
Date
)
2286
if(base.series.YValueType == ChartValueType.
Date
)
Common\DataManager\DataSeries.cs (3)
855
if(this.YValueType == ChartValueType.
Date
||
871
if(this.XValueType == ChartValueType.
Date
||
1020
if(type == ChartValueType.DateTime || type == ChartValueType.
Date
|| type == ChartValueType.DateTimeOffset)
Common\General\Axis.cs (1)
6044
GetAxisValuesType() == ChartValueType.
Date
||
Common\General\AxisLabels.cs (2)
427
valueType != ChartValueType.
Date
&&
581
valueType == ChartValueType.
Date
||
Common\General\AxisScale.cs (12)
1382
if( inter <= 1.0 && valuesType != ChartValueType.
Date
)
1432
else if( inter <= 2.0 && valuesType != ChartValueType.
Date
)
1437
else if( inter <= 3.0 && valuesType != ChartValueType.
Date
)
1444
else if( inter <= 10 && valuesType != ChartValueType.
Date
)
1450
else if( inter <= 20 && valuesType != ChartValueType.
Date
)
1455
else if( inter <= 60 && valuesType != ChartValueType.
Date
)
1460
else if( inter <= 120 && valuesType != ChartValueType.
Date
)
1465
else if( inter <= 180 && valuesType != ChartValueType.
Date
)
1471
else if( inter <= 60*12 && valuesType != ChartValueType.
Date
)
1477
else if( inter <= 60*24 && valuesType != ChartValueType.
Date
)
1483
else if( inter <= 60*24*2 && valuesType != ChartValueType.
Date
)
1489
else if( inter <= 60*24*3 && valuesType != ChartValueType.
Date
)
Common\General\AxisScrollZoom.cs (2)
1645
axisValuesType == ChartValueType.
Date
||
1718
axis.GetAxisValuesType() == ChartValueType.
Date
||
Common\General\ChartAreaAxes.cs (5)
954
if(ser.XValueType != ChartValueType.
Date
&&
976
if(ser.XValueType != ChartValueType.
Date
&&
998
if(ser.YValueType != ChartValueType.
Date
&&
1019
if(ser.YValueType != ChartValueType.
Date
&&
1091
if( valueTypes != ChartValueType.
Date
&&
Common\Utilities\ValueConverter.cs (1)
109
valueType == ChartValueType.
Date
)