menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class LineAnnotation

    Inheritance
    System.Object
    ChartAnnotation
    ShapeAnnotation
    LineAnnotation
    HorizontalLineAnnotation
    VerticalLineAnnotation
    Inherited Members
    ChartAnnotation.CoordinateUnit
    ChartAnnotation.GetView()
    ChartAnnotation.OnTouchEvent(MotionEvent)
    ChartAnnotation.Visibility
    ChartAnnotation.X1
    ChartAnnotation.XAxisName
    ChartAnnotation.Y1
    ChartAnnotation.YAxisName
    ShapeAnnotation.DrawLabel(Canvas, String, Double, Double)
    ShapeAnnotation.DrawLabelBackground(Canvas, RectangleF)
    ShapeAnnotation.FillColor
    ShapeAnnotation.LabelStyle
    ShapeAnnotation.StrokeColor
    ShapeAnnotation.StrokeDashArray
    ShapeAnnotation.StrokeWidth
    ShapeAnnotation.Text
    ShapeAnnotation.X2
    ShapeAnnotation.Y2
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.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(Canvas)

    Method used to draw annotation in chart area.

    Declaration
    protected override void Draw(Canvas context)
    Parameters
    Type Name Description
    Android.Graphics.Canvas context

    The context.

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