52 references to Constants
System.Web.DataVisualization (52)
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 (12)
284 return Constants.AutoValue; 288 return Constants.MinValue; 292return Constants.MaxValue; 313if (String.Compare(crossingValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0) 317else if (String.Compare(crossingValue, Constants.MinValue, StringComparison.OrdinalIgnoreCase) == 0) 321else if (String.Compare(crossingValue, Constants.MaxValue, StringComparison.OrdinalIgnoreCase) == 0) 496return Constants.AutoValue; 513if (String.Compare(crossingValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0) 636return Constants.NotSetValue; 640return Constants.AutoValue; 661if (String.Compare(crossingValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0) 665else if (String.Compare(crossingValue, Constants.NotSetValue, StringComparison.OrdinalIgnoreCase) == 0)
Common\Converters\ElementPositionConverter.cs (1)
113if (String.Compare(posValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0)
Common\Converters\LegendConverters.cs (5)
80values.Add(Constants.NotSetValue); 273return Constants.AutoValue; 290if (String.Compare(stringValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0) 473return Constants.AutoValue; 490if (String.Compare(stringValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0)
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)
Common\Utilities\ElementPosition.cs (1)
286string posString = Constants.AutoValue;