43 references to IntervalType
System.Windows.Forms.DataVisualization (43)
Common\General\DataManipulator.cs (41)
591
IntervalType
intervalType,
593
IntervalType
intervalOffsetType,
757
private DateTimeIntervalType ConvertIntervalType(
IntervalType
type)
761
case(
IntervalType
.Milliseconds):
763
case(
IntervalType
.Seconds):
765
case(
IntervalType
.Days):
767
case(
IntervalType
.Hours):
769
case(
IntervalType
.Minutes):
771
case(
IntervalType
.Months):
773
case(
IntervalType
.Number):
775
case(
IntervalType
.Weeks):
777
case(
IntervalType
.Years):
796
IntervalType
intervalType,
799
InsertEmptyPoints(interval, intervalType, 0,
IntervalType
.Number, series);
810
IntervalType
intervalType,
813
InsertEmptyPoints(interval, intervalType, 0,
IntervalType
.Number, seriesName);
826
IntervalType
intervalType,
828
IntervalType
intervalOffsetType,
844
IntervalType
intervalType,
846
IntervalType
intervalOffsetType,
864
IntervalType
intervalType,
866
IntervalType
intervalOffsetType,
898
IntervalType
intervalType,
900
IntervalType
intervalOffsetType,
2459
IntervalType
intervalType,
2461
IntervalType
intervalOffsetType,
2547
if(intervalType ==
IntervalType
.Number)
3239
IntervalType
intervalType,
3259
IntervalType
intervalType,
3281
IntervalType
intervalType,
3283
IntervalType
intervalOffsetType,
3305
IntervalType
intervalType,
3307
IntervalType
intervalOffsetType,
3379
IntervalType
intervalType,
3381
IntervalType
intervalOffsetType,
3409
IntervalType
intervalType,
3417
Group(formula, interval, intervalType, 0,
IntervalType
.Number, inputSeries, outputSeries);
3431
IntervalType
intervalType,
3439
Group(formula, interval, intervalType, 0,
IntervalType
.Number, inputSeriesName, outputSeriesName);
3455
IntervalType
intervalType,
3457
IntervalType
intervalOffsetType,
Common\General\FormulaData.cs (2)
421
this.Common.Chart.DataManipulator.InsertEmptyPoints(1,
IntervalType
.Number, 0,
IntervalType
.Number, 1, topXValue, series);