Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineAnnotation - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LineAnnotation

    Inheritance
    System.Object
    ChartAnnotation
    ShapeAnnotation
    LineAnnotation
    HorizontalLineAnnotation
    VerticalLineAnnotation
    Inherited Members
    ShapeAnnotation.DrawLabel(CGContext, String, Double, Double)
    ShapeAnnotation.DrawLabelBackground(CGContext, RectangleF)
    ShapeAnnotation.X2
    ShapeAnnotation.Y2
    ShapeAnnotation.FillColor
    ShapeAnnotation.StrokeColor
    ShapeAnnotation.StrokeWidth
    ShapeAnnotation.StrokeDashArray
    ShapeAnnotation.Text
    ShapeAnnotation.LabelStyle
    ChartAnnotation.GetView()
    ChartAnnotation.TouchBegan(NSSet, UIEvent)
    ChartAnnotation.TouchMove(NSSet, UIEvent)
    ChartAnnotation.TouchEnded(NSSet, UIEvent)
    ChartAnnotation.TouchCancelled(NSSet, UIEvent)
    ChartAnnotation.X1
    ChartAnnotation.Y1
    ChartAnnotation.XAxisName
    ChartAnnotation.YAxisName
    ChartAnnotation.CoordinateUnit
    ChartAnnotation.Visible
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class LineAnnotation : ShapeAnnotation

    Constructors

    LineAnnotation()

    Declaration
    public LineAnnotation()

    Properties

    LineCap

    Gets or sets the line cap for line annotation by using ChartLineCap enum type.

    Declaration
    public ChartLineCap LineCap { get; set; }
    Property Value
    Type Description
    ChartLineCap

    This property takes enum LineCap value.

    Methods

    Draw(CGContext)

    Method used to draw annotation in chart area.

    Declaration
    protected override void Draw(CGContext context)
    Parameters
    Type Name Description
    CoreGraphics.CGContext context

    The context.

    Overrides
    ShapeAnnotation.Draw(CGContext)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved