Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFSplineSegment

    Show / Hide Table of Contents

    Class SFSplineSegment

    Inheritance
    System.Object
    SFChartSegment
    SFSplineSegment
    Inherited Members
    SFChartSegment.DrawSegment(CGContext)
    SFChartSegment.HitTest(CGPoint)
    SFChartSegment.ApplyGradientColors(CGContext)
    SFChartSegment.AnimationStopped(CAAnimation, Boolean)
    SFChartSegment.HitTest(Single, Single)
    SFChartSegment.Index
    SFChartSegment.EnableAnimation
    SFChartSegment.AnimationDuration
    SFChartSegment.Color
    SFChartSegment.Series
    SFChartSegment.Alpha
    SFChartSegment.Empty
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFSplineSegment : SFChartSegment

    Constructors

    SFSplineSegment()

    Declaration
    public SFSplineSegment()

    Properties

    X1

    Gets the x1 value.

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

    X2

    Gets the x2 value.

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

    Y1

    Gets the y1 value.

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

    Y2

    Gets the y2 value.

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

    Methods

    OnLayout()

    Update the segment positions when the layout was updated.

    Declaration
    public override void OnLayout()
    Overrides
    SFChartSegment.OnLayout()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved