34 references to NotSet
System.Web.DataVisualization (34)
Common\ChartTypes\BarChart.cs (1)
439
if(!double.IsNaN(vAxis.majorGrid.GetInterval()) && vAxis.majorGrid.GetIntervalType() != DateTimeIntervalType.
NotSet
)
Common\ChartTypes\ColumnChart.cs (1)
353
if (!double.IsNaN(hAxis.majorGrid.GetInterval()) && hAxis.majorGrid.GetIntervalType() != DateTimeIntervalType.
NotSet
)
Common\ChartTypes\StackedBarChart.cs (1)
707
if (!double.IsNaN(vAxis.majorGrid.GetInterval()) && vAxis.majorGrid.GetIntervalType() != DateTimeIntervalType.
NotSet
)
Common\ChartTypes\StackedColumnChart.cs (1)
716
if (!double.IsNaN(hAxis.majorGrid.GetInterval()) && hAxis.majorGrid.GetIntervalType() != DateTimeIntervalType.
NotSet
)
Common\General\Axis.cs (12)
369
majorTickMark.IntervalType = DateTimeIntervalType.
NotSet
;
370
majorTickMark.IntervalOffsetType = DateTimeIntervalType.
NotSet
;
381
majorGrid.IntervalType = DateTimeIntervalType.
NotSet
;
382
majorGrid.IntervalOffsetType = DateTimeIntervalType.
NotSet
;
702
majorGrid.IntervalType = DateTimeIntervalType.
NotSet
;
704
majorGrid.IntervalOffsetType = DateTimeIntervalType.
NotSet
;
771
majorTickMark.IntervalType = DateTimeIntervalType.
NotSet
;
773
majorTickMark.IntervalOffsetType = DateTimeIntervalType.
NotSet
;
1405
if (value == DateTimeIntervalType.
NotSet
)
1445
if (value == DateTimeIntervalType.
NotSet
)
4433
axisIntervalType == DateTimeIntervalType.
NotSet
||
4556
axisIntervalType == DateTimeIntervalType.
NotSet
||
Common\General\AxisScale.cs (3)
182
internal DateTimeIntervalType tempGridIntervalType = DateTimeIntervalType.
NotSet
;
183
internal DateTimeIntervalType tempTickMarkIntervalType = DateTimeIntervalType.
NotSet
;
184
internal DateTimeIntervalType tempLabelIntervalType = DateTimeIntervalType.
NotSet
;
Common\General\AxisScaleSegments.cs (1)
296
if(value == DateTimeIntervalType.
NotSet
)
Common\General\AxisScrollZoom.cs (1)
334
_sizeType = (value != DateTimeIntervalType.
NotSet
) ? value : DateTimeIntervalType.Auto;
Common\General\GridTickMarks.cs (4)
1724
return intervalOffsetType != DateTimeIntervalType.
NotSet
;
1735
if(this.majorGridTick && intervalOffsetType == DateTimeIntervalType.
NotSet
&& this._axis != null)
1889
return intervalType != DateTimeIntervalType.
NotSet
;
1901
if(this.majorGridTick && intervalType == DateTimeIntervalType.
NotSet
&& this._axis != null)
Common\General\Label.cs (6)
1080
internal DateTimeIntervalType intervalType = DateTimeIntervalType.
NotSet
;
1081
internal DateTimeIntervalType intervalOffsetType = DateTimeIntervalType.
NotSet
;
2601
DefaultValue(DateTimeIntervalType.
NotSet
),
2628
if(intervalOffsetType == DateTimeIntervalType.
NotSet
&& this._axis != null)
2688
DefaultValue(DateTimeIntervalType.
NotSet
),
2722
if(intervalType == DateTimeIntervalType.
NotSet
&& this._axis != null)
Common\General\StripLine.cs (3)
888
intervalOffsetType = (value != DateTimeIntervalType.
NotSet
) ? value : DateTimeIntervalType.Auto;
940
_intervalType = (value != DateTimeIntervalType.
NotSet
) ? value : DateTimeIntervalType.Auto;
995
_stripWidthType = (value != DateTimeIntervalType.
NotSet
) ? value : DateTimeIntervalType.Auto;