Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFBarSegment

    Inheritance
    System.Object
    SFChartSegment
    SFBarSegment
    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 SFBarSegment : SFChartSegment

    Constructors

    SFBarSegment()

    Declaration
    public SFBarSegment()

    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.

    Bottom

    Gets the bottom value.

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

    Left

    Gets the left value.

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

    Right

    Gets the right value.

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

    Top

    Gets the top value.

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

    X1

    Gets the x1 value.

    Declaration
    public double X1 { get; }
    Property Value
    Type Description
    System.Double

    The x1.

    X2

    Gets the x2 value.

    Declaration
    public double X2 { get; }
    Property Value
    Type Description
    System.Double

    The x2.

    Y1

    Gets the y1 value.

    Declaration
    public double Y1 { get; }
    Property Value
    Type Description
    System.Double

    The y1.

    Y2

    Gets the y2 value.

    Declaration
    public double Y2 { get; }
    Property Value
    Type Description
    System.Double

    The y2.

    Methods

    OnLayout()

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