Annotation Type
Text annotations inside a plot
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
Annotation.init (?X, ?Y, ?Align, ?ArrowColor, ?ArrowHead, ?ArrowSide, ?ArrowSize, ?AX, ?AXRef, ?AY, ?AYRef, ?BGColor, ?BorderColor, ?BorderPad, ?BorderWidth, ?CaptureEvents, ?ClickToShow, ?Font, ?Height, ?HoverLabel, ?HoverText, ?Name, ?Opacity, ?ShowArrow, ?StandOff, ?StartArrowHead, ?StartArrowSize, ?StartStandOff, ?TemplateItemName, ?Text, ?TextAngle, ?VAlign, ?Visible, ?Width, ?XAnchor, ?XClick, ?XRef, ?XShift, ?YAnchor, ?YClick, ?YRef, ?YShift)
Parameters:
'a
?Y : 'b
?Align : AnnotationAlignment
?ArrowColor : Color
?ArrowHead : ArrowHead
?ArrowSide : ArrowSide
?ArrowSize : float
?AX : 'c
?AXRef : 'd
?AY : 'e
?AYRef : 'f
?BGColor : Color
?BorderColor : Color
?BorderPad : int
?BorderWidth : int
?CaptureEvents : bool
?ClickToShow : ClickToShow
?Font : Font
?Height : int
?HoverLabel : Hoverlabel
?HoverText : string
?Name : string
?Opacity : float
?ShowArrow : bool
?StandOff : int
?StartArrowHead : int
?StartArrowSize : float
?StartStandOff : int
?TemplateItemName : string
?Text : string
?TextAngle : float
?VAlign : VerticalAlign
?Visible : bool
?Width : int
?XAnchor : XAnchorPosition
?XClick : 'g
?XRef : 'h
?XShift : int
?YAnchor : YAnchorPosition
?YClick : 'i
?YRef : 'j
?YShift : int
Returns: Annotation
|
|
Full Usage:
Annotation.style (?X, ?Y, ?Align, ?ArrowColor, ?ArrowHead, ?ArrowSide, ?ArrowSize, ?AX, ?AXRef, ?AY, ?AYRef, ?BGColor, ?BorderColor, ?BorderPad, ?BorderWidth, ?CaptureEvents, ?ClickToShow, ?Font, ?Height, ?HoverLabel, ?HoverText, ?Name, ?Opacity, ?ShowArrow, ?StandOff, ?StartArrowHead, ?StartArrowSize, ?StartStandOff, ?TemplateItemName, ?Text, ?TextAngle, ?VAlign, ?Visible, ?Width, ?XAnchor, ?XClick, ?XRef, ?XShift, ?YAnchor, ?YClick, ?YRef, ?YShift)
Parameters:
'a
?Y : 'b
?Align : AnnotationAlignment
?ArrowColor : Color
?ArrowHead : ArrowHead
?ArrowSide : ArrowSide
?ArrowSize : float
?AX : 'c
?AXRef : 'd
?AY : 'e
?AYRef : 'f
?BGColor : Color
?BorderColor : Color
?BorderPad : int
?BorderWidth : int
?CaptureEvents : bool
?ClickToShow : ClickToShow
?Font : Font
?Height : int
?HoverLabel : Hoverlabel
?HoverText : string
?Name : string
?Opacity : float
?ShowArrow : bool
?StandOff : int
?StartArrowHead : int
?StartArrowSize : float
?StartStandOff : int
?TemplateItemName : string
?Text : string
?TextAngle : float
?VAlign : VerticalAlign
?Visible : bool
?Width : int
?XAnchor : XAnchorPosition
?XClick : 'g
?XRef : 'h
?XShift : int
?YAnchor : YAnchorPosition
?YClick : 'i
?YRef : 'j
?YShift : int
Returns: Annotation -> Annotation
|
|