MindFusion.Wpf Pack Programmer's Guide
Annotation Members
Constructors Fields Properties Events
 


Represents an Annotation at a chart element.

The following tables list the members exposed by the Annotation type.

 Public Constructors

  Name Description

Annotation

Creates a new instance of the Annotation class.

 Public Fields

  Name Description

AnnotationTypeProperty

Identifies the AnnotationType dependency property.

FillProperty

Identifies the Fill dependency property.

IndexProperty

Identifies the Index dependency property.

LabelProperty

Identifies the Label dependency property.

SizeProperty

Identifies the Size dependency property.

StrokeProperty

Identifies the Stroke dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

ValueProperty

Identifies the Value dependency property.

 Public Properties

  Name Description

AnnotationType

Gets or sets the type of the Annotation label. This is a dependency property.

Fill

Gets or sets the fill of the Annotation. This is a dependency property.

Index

Gets or sets the zero-based index of the chart element where this Annotation is drawn. This is a dependency property.

Label

Gets or sets the Annotation label. This is a dependency property.

Size

Gets or sets the size of the Annotation. This is a dependency property.

Stroke

Gets or sets the stroke of the Annotation. This is a dependency property.

StrokeThickness

Gets or sets the thickness of the Stroke for the Annotation. This is a dependency property.

Value

Gets or sets the value that indicates where to draw this Annotation. This is a dependency property.

 Public Events

  Name Description

AnnotationChanged

Occurs when the Annotation has changed.

 See Also

Annotation Class
MindFusion.Charting.Wpf Namespace