Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFScatterSegment

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

    Constructors

    SFScatterSegment()

    Declaration
    public SFScatterSegment()

    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.

    CenterX

    Gets the center point of x.

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

    CenterY

    Gets the center point of y.

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

    ScatterHeight

    Gets the scatter height.

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

    ScatterWidth

    Gets the scatter width.

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

    ShapeType

    Gets or sets different types of shape in a ScatterSeries.

    Declaration
    public ChartScatterShapeType ShapeType { get; set; }
    Property Value
    Type Description
    ChartScatterShapeType

    X

    Gets the x value.

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

    The x.

    Y

    Gets the y value.

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

    The y.

    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()

    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