WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VerticalLineAnnotation - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VerticalLineAnnotation

    Inheritance
    System.Object
    Annotation
    SingleAnnotation
    ShapeAnnotation
    LineAnnotation
    StraightLineAnnotation
    VerticalLineAnnotation
    Implements
    ICloneable
    Inherited Members
    StraightLineAnnotation.AxisLabelTemplateProperty
    StraightLineAnnotation.ShowAxisLabelProperty
    StraightLineAnnotation.SetAxisMarkerValue(Object, Object, Object, Object, AxisMode)
    StraightLineAnnotation.AxisLabelTemplate
    StraightLineAnnotation.ShowAxisLabel
    StraightLineAnnotation.DragStarted
    StraightLineAnnotation.DragDelta
    StraightLineAnnotation.DragCompleted
    StraightLineAnnotation.Selected
    StraightLineAnnotation.UnSelected
    LineAnnotation.GrabExtentProperty
    LineAnnotation.ShowLineProperty
    LineAnnotation.LineAnnotionCapProperty
    LineAnnotation.arrowLine
    LineAnnotation.OnDragCompleted(Object, DragCompletedEventArgs)
    LineAnnotation.CloneAnnotation(Annotation)
    LineAnnotation.DrawLine(Point, Point, Shape)
    LineAnnotation.GetTextPosition(Size, Point, Size)
    LineAnnotation.SetBindings()
    LineAnnotation.GrabExtent
    LineAnnotation.ShowLine
    LineAnnotation.LineCap
    LineAnnotation.HorizontalChange
    LineAnnotation.VerticalChange
    ShapeAnnotation.DraggingModeProperty
    ShapeAnnotation.CanDragProperty
    ShapeAnnotation.CanResizeProperty
    ShapeAnnotation.FillProperty
    ShapeAnnotation.Y2Property
    ShapeAnnotation.X2Property
    ShapeAnnotation.StrokeThicknessProperty
    ShapeAnnotation.StrokeProperty
    ShapeAnnotation.StrokeDashArrayProperty
    ShapeAnnotation.StrokeDashCapProperty
    ShapeAnnotation.StrokeDashOffsetProperty
    ShapeAnnotation.StrokeEndLineCapProperty
    ShapeAnnotation.StrokeLineJoinProperty
    ShapeAnnotation.StrokeMiterLimitProperty
    ShapeAnnotation.StrokeStartLineCapProperty
    ShapeAnnotation.x2
    ShapeAnnotation.y2
    ShapeAnnotation.OnDragDelta(AnnotationDragDeltaEventArgs)
    ShapeAnnotation.OnDragCompleted(AnnotationDragCompletedEventArgs)
    ShapeAnnotation.OnDragStarted(EventArgs)
    ShapeAnnotation.GetTextPosition(Size, Point)
    ShapeAnnotation.DraggingMode
    ShapeAnnotation.CanDrag
    ShapeAnnotation.CanResize
    ShapeAnnotation.Fill
    ShapeAnnotation.Y2
    ShapeAnnotation.X2
    ShapeAnnotation.StrokeThickness
    ShapeAnnotation.Stroke
    ShapeAnnotation.StrokeDashArray
    ShapeAnnotation.StrokeDashCap
    ShapeAnnotation.StrokeDashOffset
    ShapeAnnotation.StrokeEndLineCap
    ShapeAnnotation.StrokeLineJoin
    ShapeAnnotation.StrokeMiterLimit
    ShapeAnnotation.StrokeStartLineCap
    Annotation.TextProperty
    Annotation.EnableEditingProperty
    Annotation.ContentTemplateProperty
    Annotation.EnableClippingProperty
    Annotation.ShowToolTipProperty
    Annotation.ToolTipContentProperty
    Annotation.ToolTipShowDurationProperty
    Annotation.ToolTipTemplateProperty
    Annotation.ToolTipPlacementProperty
    Annotation.CoordinateUnitProperty
    Annotation.XAxisNameProperty
    Annotation.YAxisNameProperty
    Annotation.X1Property
    Annotation.Y1Property
    Annotation.FontSizeProperty
    Annotation.FontFamilyProperty
    Annotation.FontStretchProperty
    Annotation.FontStyleProperty
    Annotation.FontWeightProperty
    Annotation.ForegroundProperty
    Annotation.Clone()
    Annotation.GetRenderedAnnotation()
    Annotation.OnSelected(EventArgs)
    Annotation.OnUnSelected(EventArgs)
    Annotation.CanUpdateRange(Object, Object)
    Annotation.GetElementPosition(Size, Point)
    Annotation.GetElementPosition(FrameworkElement, Point)
    Annotation.IntersectsWith(Rect, Rect)
    Annotation.GetClippingValues(Double, ChartAxis)
    Annotation.SetData()
    Annotation.RotateElement(Double, FrameworkElement)
    Annotation.GetRotatePoint(Double, FrameworkElement, Point)
    Annotation.RotateElement(Double, FrameworkElement, Size)
    Annotation.EnsurePoint(Point, Point)
    Annotation.Text
    Annotation.EnableEditing
    Annotation.ContentTemplate
    Annotation.EnableClipping
    Annotation.ShowToolTip
    Annotation.ToolTipContent
    Annotation.ToolTipShowDuration
    Annotation.ToolTipTemplate
    Annotation.ToolTipPlacement
    Annotation.CoordinateUnit
    Annotation.XAxisName
    Annotation.YAxisName
    Annotation.X1
    Annotation.Y1
    Annotation.FontSize
    Annotation.FontFamily
    Annotation.FontStretch
    Annotation.FontStyle
    Annotation.FontWeight
    Annotation.Foreground
    Annotation.x1
    Annotation.y1
    Annotation.IsUiCleared
    Annotation.AnnotationElement
    Annotation.TextElementCanvas
    Annotation.TextElement
    Annotation.RotatedTextRect
    Annotation.MouseRightButtonDown
    Annotation.MouseRightButtonUp
    Annotation.MouseUp
    Annotation.MouseDown
    Annotation.MouseMove
    Annotation.MouseLeftButtonDown
    Annotation.MouseLeftButtonUp
    Annotation.MouseLeave
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class VerticalLineAnnotation : StraightLineAnnotation, ICloneable

    Constructors

    VerticalLineAnnotation()

    Declaration
    public VerticalLineAnnotation()

    Fields

    HorizontalTextAlignmentProperty

    The DependencyProperty for HorizontalTextAlignment property.

    Declaration
    public static readonly DependencyProperty HorizontalTextAlignmentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    VerticalTextAlignmentProperty

    The DependencyProperty for VerticalTextAlignment property.

    Declaration
    public static readonly DependencyProperty VerticalTextAlignmentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    HorizontalTextAlignment

    Gets or sets the horizontal text alignment.

    Declaration
    public HorizontalAlignment HorizontalTextAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.HorizontalAlignment

    The System.Windows.HorizontalAlignment value.

    VerticalTextAlignment

    Gets or sets the vertical text alignment.

    Declaration
    public VerticalAlignment VerticalTextAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.VerticalAlignment

    The value.

    Methods

    SetTextElementPosition(Point, Point, Size, Point, ContentControl)

    Declaration
    protected override void SetTextElementPosition(Point point, Point point2, Size desiredSize, Point positionedPoint, ContentControl TextElement)
    Parameters
    Type Name Description
    System.Windows.Point point
    System.Windows.Point point2
    System.Windows.Size desiredSize
    System.Windows.Point positionedPoint
    System.Windows.Controls.ContentControl TextElement
    Overrides
    LineAnnotation.SetTextElementPosition(Point, Point, Size, Point, ContentControl)

    UpdateAnnotation()

    Updates the annotation

    Declaration
    public override void UpdateAnnotation()
    Overrides
    LineAnnotation.UpdateAnnotation()

    Implements

    ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved