Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFFinancialSegment

    Inheritance
    System.Object
    SFChartSegment
    SFFinancialSegment
    SFCandleSegment
    Inherited Members
    SFChartSegment.HitTest(Single, Single)
    SFChartSegment.DrawSegment(CGContext)
    SFChartSegment.HitTest(CGPoint)
    SFChartSegment.ApplyGradientColors(CGContext)
    SFChartSegment.AnimationStopped(CAAnimation, Boolean)
    SFChartSegment.Color
    SFChartSegment.Series
    SFChartSegment.Alpha
    SFChartSegment.Empty
    SFChartSegment.Index
    SFChartSegment.EnableAnimation
    SFChartSegment.AnimationDuration
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFFinancialSegment : SFChartSegment

    Constructors

    SFFinancialSegment()

    Declaration
    public SFFinancialSegment()

    Properties

    CenterPointX

    Gets the center point of x.

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

    ClosePointX

    Gets the close point of x.

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

    ClosePointY

    Gets the close point of y.

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

    HighPointY

    Gets the high point of y.

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

    LowPointY

    Gets the low point of y.

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

    OpenPointX

    Gets the open point of x.

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

    OpenPointY

    Gets the open point of y.

    Declaration
    public float OpenPointY { 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 - 2021 Syncfusion Inc. All Rights Reserved