6 types derived from Annotation
System.Windows.Forms.DataVisualization (6)
Common\Annotation\ArrowAnnotation.cs (1)
101
public class ArrowAnnotation :
Annotation
Common\Annotation\GroupAnnotation.cs (1)
72
public class AnnotationGroup :
Annotation
Common\Annotation\ImageAnnotation.cs (1)
68
public class ImageAnnotation :
Annotation
Common\Annotation\LineAnnotation.cs (1)
67
public class LineAnnotation :
Annotation
Common\Annotation\PolygonAnnotation.cs (1)
75
public class PolylineAnnotation :
Annotation
Common\Annotation\TextAnnotation.cs (1)
72
public class TextAnnotation :
Annotation
98 references to Annotation
System.Windows.Forms.DataVisualization (98)
Common\Annotation\AnnotationBase.cs (10)
287
/// Initializes a new instance of the <see cref="
Annotation
"/> class.
1667
/// <seealso cref="
Annotation
.AnchorOffsetX"/>
1668
/// <seealso cref="
Annotation
.AnchorDataPoint"/>
1669
/// <seealso cref="
Annotation
.AnchorY"/>
1670
/// <seealso cref="
Annotation
.AnchorAlignment"/>
1676
/// Annotation must be anchored using <see cref="
Annotation
.AnchorDataPoint"/> or
1677
/// <see cref="
Annotation
.AnchorY"/> properties and it's <see cref="
Annotation
.Y"/> property must be set
3411
Annotation
annot = collection.FindByName(this.Name);
3444
Annotation
annot = collection.FindByName(this.Name);
Common\Annotation\AnnotationCollection.cs (9)
78
public class AnnotationCollection : ChartNamedElementCollection<
Annotation
>
123
internal override void Initialize(
Annotation
item)
148
internal override void Deinitialize(
Annotation
item)
166
/// <see cref="
Annotation
"/> object, or null (or nothing) if it does not exist.
168
public override
Annotation
FindByName(string name)
170
foreach(
Annotation
annotation in this)
182
Annotation
result = annotationGroup.Annotations.FindByName(name);
244
foreach(
Annotation
annotation in this)
829
foreach (
Annotation
annotation in this)
Common\Annotation\ArrowAnnotation.cs (10)
199
/// <seealso cref="
Annotation
.AnchorX"/>
200
/// <seealso cref="
Annotation
.AnchorY"/>
201
/// <seealso cref="
Annotation
.AnchorDataPoint"/>
202
/// <seealso cref="
Annotation
.AnchorOffsetX"/>
203
/// <seealso cref="
Annotation
.AnchorOffsetY"/>
210
/// The annotation must be anchored using either <see cref="
Annotation
.AnchorDataPoint"/>, or the <see cref="
Annotation
.AnchorX"/>
211
/// and <see cref="
Annotation
.AnchorY"/> properties. Its <see cref="
Annotation
.X"/> and <see cref="
Annotation
.Y"/>
Common\Annotation\CalloutAnnotation.cs (20)
444
/// <seealso cref="
Annotation
.AnchorDataPoint"/>
445
/// <seealso cref="
Annotation
.AnchorX"/>
452
/// The annotation must be anchored using the <see cref="
Annotation
.AnchorDataPoint"/> or
453
/// <see cref="
Annotation
.AnchorX"/> properties, and its <see cref="
Annotation
.X"/> property must be set
476
/// <seealso cref="
Annotation
.AnchorOffsetX"/>
477
/// <seealso cref="
Annotation
.AnchorDataPoint"/>
478
/// <seealso cref="
Annotation
.AnchorY"/>
479
/// <seealso cref="
Annotation
.AnchorAlignment"/>
485
/// Annotation must be anchored using <see cref="
Annotation
.AnchorDataPoint"/> or
486
/// <see cref="
Annotation
.AnchorY"/> properties and its <see cref="
Annotation
.Y"/> property must be set
509
/// <seealso cref="
Annotation
.AnchorX"/>
510
/// <seealso cref="
Annotation
.AnchorY"/>
511
/// <seealso cref="
Annotation
.AnchorDataPoint"/>
520
/// The annotation must be anchored using either <see cref="
Annotation
.AnchorDataPoint"/>, or the <see cref="
Annotation
.AnchorX"/>
521
/// and <see cref="
Annotation
.AnchorY"/> properties. Its <see cref="
Annotation
.X"/> and <see cref="
Annotation
.Y"/>
Common\Annotation\GroupAnnotation.cs (21)
127
foreach(
Annotation
annotation in this.annotations)
141
/// <seealso cref="
Annotation
.Width"/>
142
/// <seealso cref="
Annotation
.Height"/>
145
/// <b>True</b> if an annotation's <see cref="
Annotation
.Width"/> and <see cref="
Annotation
.Height"/> are always
154
/// <see cref="
Annotation
.AxisX"/> or <see cref="
Annotation
.AxisY"/> properties.
211
foreach(
Annotation
annotation in this.annotations)
268
foreach(
Annotation
annotation in this.annotations)
321
foreach(
Annotation
annotation in this.annotations)
350
foreach(
Annotation
annotation in this.annotations)
382
foreach(
Annotation
annotation in this.annotations)
412
foreach(
Annotation
annotation in this.annotations)
442
foreach(
Annotation
annotation in this.annotations)
476
foreach(
Annotation
annotation in this.annotations)
512
foreach(
Annotation
annotation in this.annotations)
548
foreach(
Annotation
annotation in this.annotations)
587
foreach(
Annotation
annotation in this.annotations)
618
foreach(
Annotation
annotation in this.annotations)
647
foreach(
Annotation
annotation in this.annotations)
908
foreach(
Annotation
annotation in this.annotations)
Common\Annotation\LineAnnotation.cs (16)
371
/// <seealso cref="
Annotation
.Width"/>
372
/// <seealso cref="
Annotation
.Height"/>
375
/// <b>True</b> if an annotation's <see cref="
Annotation
.Width"/> and <see cref="
Annotation
.Height"/> are always
384
/// <see cref="
Annotation
.AxisX"/> or <see cref="
Annotation
.AxisY"/> properties.
410
/// <seealso cref="
Annotation
.AnchorX"/>
411
/// <seealso cref="
Annotation
.AnchorY"/>
412
/// <seealso cref="
Annotation
.AnchorDataPoint"/>
413
/// <seealso cref="
Annotation
.AnchorOffsetX"/>
414
/// <seealso cref="
Annotation
.AnchorOffsetY"/>
421
/// The annotation must be anchored using either <see cref="
Annotation
.AnchorDataPoint"/>, or the <see cref="
Annotation
.AnchorX"/>
422
/// and <see cref="
Annotation
.AnchorY"/> properties. Its <see cref="
Annotation
.X"/> and <see cref="
Annotation
.Y"/>
Common\Annotation\TextAnnotation.cs (2)
160
/// <seealso cref="
Annotation
.ForeColor"/>
1062
/// <seealso cref="
Annotation
.SmartLabelStyle"/>
Common\Converters\LegendConverters.cs (6)
112
else if (context.Instance is
Annotation
)
114
Annotation
annotation = (
Annotation
)context.Instance;
158
else if (((Array)context.Instance).Length > 0 && ((Array)context.Instance).GetValue(0) is
Annotation
)
160
Annotation
annotation = (
Annotation
)((Array)context.Instance).GetValue(0);
Common\General\Selection.cs (1)
2870
else if (chartObject is
Annotation
)
Common\General\SmartLabels.cs (3)
557
else if(chartElement is
Annotation
)
559
((
Annotation
)chartElement).Invalidate();
1672
foreach(
Annotation
annotation in common.Chart.Annotations)