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