2 writes to AnchorDataPoint
System.Web.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
2954
this.
AnchorDataPoint
= null;
3600
this.
AnchorDataPoint
= dataPoint1;
64 references to AnchorDataPoint
System.Web.DataVisualization (64)
Common\Annotation\AnnotationBase.cs (54)
497
/// <seealso cref="
AnchorDataPoint
"/>
508
/// an annotation to a data point using the <see cref="
AnchorDataPoint
"/> property, or
513
/// when the annotation is anchored using the <see cref="
AnchorDataPoint
"/> property or
541
/// <seealso cref="
AnchorDataPoint
"/>
552
/// an annotation to a data point using the <see cref="
AnchorDataPoint
"/> property, or
557
/// when the annotation is anchored using the <see cref="
AnchorDataPoint
"/> property or
600
/// an annotation to a data point using the <see cref="
AnchorDataPoint
"/> property, or
652
/// an annotation to a data point using the <see cref="
AnchorDataPoint
"/> property, or
697
/// an annotation to a data point using the <see cref="
AnchorDataPoint
"/> property, or
735
/// an annotation to a data point using the <see cref="
AnchorDataPoint
"/> property, or
1534
/// <seealso cref="
AnchorDataPoint
"/>
1550
/// This property has a higher priority than the <see cref="
AnchorDataPoint
"/> property.
1583
/// <seealso cref="
AnchorDataPoint
"/>
1599
/// This property has a higher priority than the <see cref="
AnchorDataPoint
"/> property.
1629
/// <seealso cref="
AnchorDataPoint
"/>
1637
/// The annotation must be anchored using the <see cref="
AnchorDataPoint
"/> or
1668
/// <seealso cref="Annotation.
AnchorDataPoint
"/>
1676
/// Annotation must be anchored using <see cref="Annotation.
AnchorDataPoint
"/> or
1708
/// <seealso cref="
AnchorDataPoint
"/>
1717
/// The annotation must be anchored using either <see cref="
AnchorDataPoint
"/>, or the <see cref="AnchorX"/>
1904
/// a data point using the <see cref="
AnchorDataPoint
"/> property. For a listing of
1936
/// a data point using the <see cref="
AnchorDataPoint
"/> property. For a listing of
1968
/// a data point using the <see cref="
AnchorDataPoint
"/> property. For a listing of
2206
if (this.
AnchorDataPoint
!= null && this.
AnchorDataPoint
.series != null)
2210
this.
AnchorDataPoint
.series,
2349
if(this.
AnchorDataPoint
!= null &&
2350
this.
AnchorDataPoint
.series != null &&
2366
anchorX = this.
AnchorDataPoint
.positionRel.X;
2373
anchorY = this.
AnchorDataPoint
.positionRel.Y;
2722
if(this.
AnchorDataPoint
!= null && this.
AnchorDataPoint
.series != null)
2726
this.
AnchorDataPoint
.series,
2944
if(this.
AnchorDataPoint
!= null)
3513
if(this.
AnchorDataPoint
!= null && this.
AnchorDataPoint
.series != null)
3517
this.
AnchorDataPoint
.series,
3558
/// <seealso cref="
AnchorDataPoint
"/>
3575
/// <seealso cref="
AnchorDataPoint
"/>
3952
if(this.
AnchorDataPoint
!= null &&
3953
this.
AnchorDataPoint
.series != null)
3955
if(this.Chart.ChartAreas.IndexOf(this.
AnchorDataPoint
.series.ChartArea) >= 0)
3957
area = this.Chart.ChartAreas[this.
AnchorDataPoint
.series.ChartArea];
4011
if(this.
AnchorDataPoint
!= null)
4013
return this.
AnchorDataPoint
.ReplaceKeywords(strOriginal);
4040
if(this.
AnchorDataPoint
!= null ||
4074
if (this.
AnchorDataPoint
!= null && this.
AnchorDataPoint
.series != null)
4078
this.
AnchorDataPoint
.series,
4228
if(this.
AnchorDataPoint
!= null)
4232
horizAxis = GetDataPointAxis(this.
AnchorDataPoint
, AxisName.X);
4237
horizAxis = GetDataPointAxis(this.
AnchorDataPoint
, AxisName.Y);
4242
vertAxis = GetDataPointAxis(this.
AnchorDataPoint
, AxisName.Y);
4247
vertAxis = GetDataPointAxis(this.
AnchorDataPoint
, AxisName.X);
Common\Annotation\ArrowAnnotation.cs (2)
201
/// <seealso cref="Annotation.
AnchorDataPoint
"/>
210
/// The annotation must be anchored using either <see cref="Annotation.
AnchorDataPoint
"/>, or the <see cref="Annotation.AnchorX"/>
Common\Annotation\CalloutAnnotation.cs (6)
444
/// <seealso cref="Annotation.
AnchorDataPoint
"/>
452
/// The annotation must be anchored using the <see cref="Annotation.
AnchorDataPoint
"/> or
477
/// <seealso cref="Annotation.
AnchorDataPoint
"/>
485
/// Annotation must be anchored using <see cref="Annotation.
AnchorDataPoint
"/> or
511
/// <seealso cref="Annotation.
AnchorDataPoint
"/>
520
/// The annotation must be anchored using either <see cref="Annotation.
AnchorDataPoint
"/>, or the <see cref="Annotation.AnchorX"/>
Common\Annotation\LineAnnotation.cs (2)
412
/// <seealso cref="Annotation.
AnchorDataPoint
"/>
421
/// The annotation must be anchored using either <see cref="Annotation.
AnchorDataPoint
"/>, or the <see cref="Annotation.AnchorX"/>