MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineSegment

    Show / Hide Table of Contents

    Class LineSegment

    Inheritance
    System.Object
    ChartSegment
    CartesianSegment
    LineSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.Fill
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeWidth
    ChartSegment.StrokeDashArray
    ChartSegment.Opacity
    ChartSegment.AnimatedValue
    ChartSegment.PropertyChanged
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public class LineSegment : CartesianSegment, INotifyPropertyChanged, IMarkerDependentSegment

    Constructors

    LineSegment()

    Declaration
    public LineSegment()

    Properties

    X1

    Declaration
    public float X1 { get; }
    Property Value
    Type Description
    System.Single

    X2

    Declaration
    public float X2 { get; }
    Property Value
    Type Description
    System.Single

    Y1

    Declaration
    public float Y1 { get; }
    Property Value
    Type Description
    System.Single

    Y2

    Declaration
    public float Y2 { get; }
    Property Value
    Type Description
    System.Single

    Methods

    Draw(ICanvas)

    Declaration
    protected override void Draw(ICanvas canvas)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.ICanvas canvas
    Overrides
    ChartSegment.Draw(ICanvas)

    OnLayout()

    Declaration
    protected override void OnLayout()
    Overrides
    ChartSegment.OnLayout()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved