Version

CalloutAnnotation Class Members

The following tables list the members exposed by CalloutAnnotation.

Public Constructors
 NameDescription
Public ConstructorCalloutAnnotation ConstructorInitializes a new CalloutAnnotation.  
Public Properties
 NameDescription
Public PropertyBackgroundGets or sets the background to use for tha axis annotation box.  
Public PropertyBackgroundPaddingBottomGets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.  
Public PropertyBackgroundPaddingLeftGets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.  
Public PropertyBackgroundPaddingRightGets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.  
Public PropertyBackgroundPaddingTopGets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.  
Public PropertyContentGets or sets the Content that should be annotated.  
Public PropertyKeyGets or sets the Key that should be annotated.  
Public PropertyLeaderBrushGets or sets the LeaderBrush to use for tha axis annotation box.  
Public PropertyOutlineGets or sets the Outline to use for tha axis annotation box.  
Public PropertySeriesGets or sets the series to which the callout pertains to. Leave unset for an automatic value.  
Public PropertyStrokeThicknessGets or sets the border stroke thickness to use for tha axis annotation box.  
Public PropertyTextGets or sets the text that should be displayed for the annotation. Leave null to display the value automatically.  
Public PropertyTextColorGets or sets the color to use for the text in the annotation.  
Public PropertyXValueGets or sets the XValue at which this annotation is displayed on the axis.  
Public PropertyYValueGets or sets the YValue at which this annotation is displayed on the axis.  
Protected Methods
 NameDescription
Protected MethodOnFormatLabelUsed to invoke the FormatLabel event.  
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed.  
Public Events
 NameDescription
Public EventFormatLabel  
Public EventPropertyChangedInvoked when a property of the object has been changed.  
See Also