23 references to Time
System.Windows.Forms.DataVisualization (23)
Common\ChartTypes\BarChart.cs (1)
432
ser.XValueType == ChartValueType.
Time
||
Common\ChartTypes\ColumnChart.cs (1)
346
ser.XValueType == ChartValueType.
Time
||
Common\ChartTypes\StackedBarChart.cs (1)
698
ser.XValueType == ChartValueType.
Time
||
Common\ChartTypes\StackedColumnChart.cs (1)
708
ser.XValueType == ChartValueType.
Time
||
Common\Converters\AxisConverters.cs (1)
392
axis.GetAxisValuesType() == ChartValueType.
Time
||
Common\DataManager\DataPoint.cs (4)
1517
type = ChartValueType.
Time
;
2138
else if(base.series.XValueType == ChartValueType.
Time
)
2279
else if(base.series.YValueType == ChartValueType.
Time
)
2307
else if (base.series.YValueType == ChartValueType.
Time
)
Common\DataManager\DataSeries.cs (3)
857
this.YValueType == ChartValueType.
Time
||
873
this.XValueType == ChartValueType.
Time
||
1024
else if(type == ChartValueType.
Time
)
Common\General\Axis.cs (1)
6045
GetAxisValuesType() == ChartValueType.
Time
||
Common\General\AxisLabels.cs (2)
426
if (valueType != ChartValueType.
Time
&&
582
valueType == ChartValueType.
Time
||
Common\General\AxisScrollZoom.cs (2)
1644
axisValuesType == ChartValueType.
Time
||
1719
axis.GetAxisValuesType() == ChartValueType.
Time
||
Common\General\ChartAreaAxes.cs (5)
956
ser.XValueType != ChartValueType.
Time
&&
978
ser.XValueType != ChartValueType.
Time
&&
1000
ser.YValueType != ChartValueType.
Time
&&
1021
ser.YValueType != ChartValueType.
Time
&&
1093
valueTypes != ChartValueType.
Time
&&
Common\Utilities\ValueConverter.cs (1)
122
else if(valueType == ChartValueType.
Time
)