36 references to NotSetValue
System.Web.DataVisualization (36)
Common\Annotation\AnnotationBase.cs (3)
169
private string _clipToChartArea = Constants.
NotSetValue
;
365
DefaultValue(Constants.
NotSetValue
),
381
_clipToChartArea = Constants.
NotSetValue
;
Common\Annotation\AnnotationCollection.cs (1)
258
annotation.ClipToChartArea != Constants.
NotSetValue
&&
Common\Annotation\GroupAnnotation.cs (1)
113
DefaultValue(Constants.
NotSetValue
),
Common\Converters\AnnotationConverters.cs (2)
76
return Constants.
NotSetValue
;
117
return Constants.
NotSetValue
;
Common\Converters\AxisConverters.cs (2)
636
return Constants.
NotSetValue
;
665
else if (String.Compare(crossingValue, Constants.
NotSetValue
, StringComparison.OrdinalIgnoreCase) == 0)
Common\Converters\LegendConverters.cs (1)
80
values.Add(Constants.
NotSetValue
);
Common\General\AxisScrollZoom.cs (4)
1512
return Constants.
NotSetValue
;
1529
if (String.Compare(crossingValue, Constants.
NotSetValue
, StringComparison.OrdinalIgnoreCase) == 0)
1598
return Constants.
NotSetValue
;
1689
if (String.Compare(crossingValue, Constants.
NotSetValue
, StringComparison.OrdinalIgnoreCase) == 0)
Common\General\BaseCollections.cs (1)
422
name == Constants.
NotSetValue
||
Common\General\Chart.cs (3)
2140
if (title.DockedToChartArea == Constants.
NotSetValue
&&
2996
if (area.AlignWithChartArea != Constants.
NotSetValue
)
3198
if (area.AlignWithChartArea != Constants.
NotSetValue
&& (area.AlignmentStyle & AreaAlignmentStyles.Position) == AreaAlignmentStyles.Position)
Common\General\ChartArea.cs (3)
198
private string _alignWithChartArea = Constants.
NotSetValue
;
335
DefaultValue(Constants.
NotSetValue
),
354
_alignWithChartArea = Constants.
NotSetValue
;
Common\General\Legend.cs (9)
266
private string _dockedToChartArea = Constants.
NotSetValue
;
1091
if (this.DockedToChartArea == Constants.
NotSetValue
)
2620
DefaultValue(Constants.
NotSetValue
),
2640
_dockedToChartArea = Constants.
NotSetValue
;
3608
DefaultValue(Constants.
NotSetValue
),
3632
this.DockedToChartArea = Constants.
NotSetValue
;
4902
legend.DockedToChartArea == Constants.
NotSetValue
&&
4932
if (legend.DockedToChartArea != Constants.
NotSetValue
&& this.Chart.ChartAreas.IndexOf(legend.DockedToChartArea)<0)
5003
if (legend.DockedToChartArea != Constants.
NotSetValue
)
Common\General\Title.cs (6)
236
private string _dockedToChartArea = Constants.
NotSetValue
;
402
DefaultValue(Constants.
NotSetValue
),
422
_dockedToChartArea = Constants.
NotSetValue
;
1844
this.DockedToChartArea == Constants.
NotSetValue
)
2077
if (title.DockedToChartArea != Constants.
NotSetValue
&& chartPicture.ChartAreas.IndexOf(title.DockedToChartArea)<0)
2173
if (title.DockedToChartArea != Constants.
NotSetValue
)