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