alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SunburstSegment

    Class implementation for sunburst segment.

    Inheritance
    System.Object
    SunburstSegment
    Namespace: Syncfusion.SfSunburstChart.iOS
    Assembly: Syncfusion.SfSunburstChart.iOS.dll
    Syntax
    public class SunburstSegment : CAAnimationDelegate

    Constructors

    SunburstSegment()

    Initializes a new instance of the SunburstSegment class.

    Declaration
    public SunburstSegment()

    Properties

    Category

    Gets the corresponding item name.

    Declaration
    public object Category { get; }
    Property Value
    Type
    System.Object

    Color

    Gets or sets the the interior color to the segment.

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type
    UIKit.UIColor

    CurrentLevel

    Gets the corresponding item level.

    Declaration
    public int CurrentLevel { get; }
    Property Value
    Type
    System.Int32

    Opacity

    Gets or sets the opacity factor applied to the entire segment.

    Declaration
    public float Opacity { get; set; }
    Property Value
    Type
    System.Single

    SliceIndex

    Gets sunburst slice index.

    Declaration
    public int SliceIndex { get; }
    Property Value
    Type
    System.Int32

    StrokeColor

    Gets or sets the strokeColor for the chart segment.

    Declaration
    public UIColor StrokeColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    StrokeWidth

    Gets or sets the strokeWidth for the chart segment.

    Declaration
    public float StrokeWidth { get; set; }
    Property Value
    Type
    System.Single

    Value

    Gets the corresponding item value.

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

    Methods

    AnimationStopped(CAAnimation, Boolean)

    Called when the animation is stopped

    Declaration
    public override void AnimationStopped(CAAnimation anim, bool finished)
    Parameters
    Type Name Description
    CoreAnimation.CAAnimation anim

    To get the animation.

    System.Boolean finished

    If set to true finished.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved