Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFFunnelSegment

    Inheritance
    System.Object
    SFChartSegment
    SFFunnelSegment
    Inherited Members
    SFChartSegment.DrawSegment(CGContext)
    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 SFFunnelSegment : SFChartSegment

    Constructors

    SFFunnelSegment()

    Declaration
    public SFFunnelSegment()

    Properties

    BorderColor

    Gets or sets the color of the border.

    Declaration
    public NSColor BorderColor { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    The color of the border.

    BorderWidth

    Gets or sets the width of the border.

    Declaration
    public nfloat BorderWidth { get; set; }
    Property Value
    Type Description
    System.nfloat

    The width of the border.

    Methods

    HitTest(CGPoint)

    Declaration
    public override int HitTest(CGPoint hitPoint)
    Parameters
    Type Name Description
    CoreGraphics.CGPoint hitPoint
    Returns
    Type Description
    System.Int32
    Overrides
    SFChartSegment.HitTest(CGPoint)

    OnLayout()

    Method used to calculate rendering bounds of segment.

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