67 references to Auto
System.Windows.Forms.DataVisualization (67)
Common\ChartTypes\KagiChart.cs (3)
164 if(xAxis.Interval == 0 && xAxis.IntervalType == DateTimeIntervalType.Auto) 196 DateTimeIntervalType intervalType = DateTimeIntervalType.Auto; 264 xAxis.intervalType = DateTimeIntervalType.Auto;
Common\ChartTypes\PointAndFigureChart.cs (3)
188 if(xAxis.Interval == 0 && xAxis.IntervalType == DateTimeIntervalType.Auto) 220 DateTimeIntervalType intervalType = DateTimeIntervalType.Auto; 299 xAxis.intervalType = DateTimeIntervalType.Auto;
Common\ChartTypes\RenkoChart.cs (3)
169 if(xAxis.Interval == 0 && xAxis.IntervalType == DateTimeIntervalType.Auto) 201 DateTimeIntervalType intervalType = DateTimeIntervalType.Auto; 272xAxis.intervalType = DateTimeIntervalType.Auto;
Common\ChartTypes\ThreeLineBreakChart.cs (3)
170 if(xAxis.Interval == 0 && xAxis.IntervalType == DateTimeIntervalType.Auto) 202 DateTimeIntervalType intervalType = DateTimeIntervalType.Auto; 274xAxis.intervalType = DateTimeIntervalType.Auto;
Common\Converters\AxisConverters.cs (7)
73 DateTimeIntervalType intervalType = DateTimeIntervalType.Auto; 91 if(intervalType == DateTimeIntervalType.Auto) 119 if(intervalType != DateTimeIntervalType.Number && intervalType != DateTimeIntervalType.Auto) 150 DateTimeIntervalType intervalType = DateTimeIntervalType.Auto; 160 if(intervalType == DateTimeIntervalType.Auto) 185 if (stringValue != null && intervalType != DateTimeIntervalType.Number && intervalType != DateTimeIntervalType.Auto) 388if (axis.InternalIntervalType == DateTimeIntervalType.Auto)
Common\General\Axis.cs (9)
265internal DateTimeIntervalType intervalType = DateTimeIntervalType.Auto; 270internal DateTimeIntervalType intervalOffsetType = DateTimeIntervalType.Auto; 1389DefaultValue(DateTimeIntervalType.Auto), 1407intervalType = DateTimeIntervalType.Auto; 1429DefaultValue(DateTimeIntervalType.Auto), 1447intervalOffsetType = DateTimeIntervalType.Auto; 4432 if( axisIntervalType == DateTimeIntervalType.Auto || 4555 if( axisIntervalType == DateTimeIntervalType.Auto || 6041 if(InternalIntervalType == DateTimeIntervalType.Auto)
Common\General\AxisLabels.cs (2)
423 if( labelStyle.GetIntervalType() != DateTimeIntervalType.Auto && 557DateTimeIntervalType offsetType = (labelStyle.GetIntervalOffsetType() == DateTimeIntervalType.Auto) ? labelStyle.GetIntervalType() : labelStyle.GetIntervalOffsetType();
Common\General\AxisScale.cs (2)
165 private DateTimeIntervalType _internalIntervalType = DateTimeIntervalType.Auto; 427 DefaultValue(DateTimeIntervalType.Auto),
Common\General\AxisScaleSegments.cs (5)
94 private DateTimeIntervalType _intervalType = DateTimeIntervalType.Auto; 97 private DateTimeIntervalType _intervalOffsetType = DateTimeIntervalType.Auto; 284 DefaultValue(DateTimeIntervalType.Auto), 298 this._intervalType = DateTimeIntervalType.Auto; 312 DefaultValue(DateTimeIntervalType.Auto),
Common\General\AxisScrollZoom.cs (5)
134 private DateTimeIntervalType _sizeType = DateTimeIntervalType.Auto; 319 DefaultValue(DateTimeIntervalType.Auto), 334 _sizeType = (value != DateTimeIntervalType.NotSet) ? value : DateTimeIntervalType.Auto; 1641if (dtIntervalType == DateTimeIntervalType.Auto) 1715 if(axis.InternalIntervalType == DateTimeIntervalType.Auto)
Common\General\ChartElement.cs (3)
950 if(type == DateTimeIntervalType.Auto || 970 if(type == DateTimeIntervalType.Auto || 1161 if( type == DateTimeIntervalType.Number || type == DateTimeIntervalType.Auto )
Common\General\DataManipulator.cs (1)
781 return DateTimeIntervalType.Auto;
Common\General\GridTickMarks.cs (11)
162if (this.Axis.majorGrid.GetIntervalType() == DateTimeIntervalType.Auto) 213DateTimeIntervalType offsetType = (GetIntervalOffsetType() == DateTimeIntervalType.Auto) ? GetIntervalType() : GetIntervalOffsetType(); 569 DateTimeIntervalType offsetType = (GetIntervalOffsetType() == DateTimeIntervalType.Auto) ? GetIntervalType() : GetIntervalOffsetType(); 1096 internal DateTimeIntervalType intervalType = DateTimeIntervalType.Auto; 1097 internal DateTimeIntervalType intervalOffsetType = DateTimeIntervalType.Auto; 1174 if(this.intervalType != DateTimeIntervalType.Auto) 1283 if( this._axis.majorGrid.GetIntervalType() == DateTimeIntervalType.Auto ) 1320 DateTimeIntervalType offsetType = (GetIntervalOffsetType() == DateTimeIntervalType.Auto) ? GetIntervalType() : GetIntervalOffsetType(); 1443 DateTimeIntervalType offsetType = (GetIntervalOffsetType() == DateTimeIntervalType.Auto) ? GetIntervalType() : GetIntervalOffsetType(); 1726return intervalOffsetType != DateTimeIntervalType.Auto; 1891return intervalType != DateTimeIntervalType.Auto;
Common\General\StripLine.cs (10)
136 private DateTimeIntervalType _intervalType = DateTimeIntervalType.Auto; 137 internal DateTimeIntervalType intervalOffsetType = DateTimeIntervalType.Auto; 140 private DateTimeIntervalType _stripWidthType = DateTimeIntervalType.Auto; 310 DateTimeIntervalType offsetType = (IntervalOffsetType == DateTimeIntervalType.Auto) ? IntervalType : IntervalOffsetType; 873 DefaultValue(DateTimeIntervalType.Auto), 888 intervalOffsetType = (value != DateTimeIntervalType.NotSet) ? value : DateTimeIntervalType.Auto; 925 DefaultValue(DateTimeIntervalType.Auto), 940 _intervalType = (value != DateTimeIntervalType.NotSet) ? value : DateTimeIntervalType.Auto; 980 DefaultValue(DateTimeIntervalType.Auto), 995 _stripWidthType = (value != DateTimeIntervalType.NotSet) ? value : DateTimeIntervalType.Auto;