Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFPolarRadarAreaSegment

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

    Constructors

    SFPolarRadarAreaSegment()

    Declaration
    public SFPolarRadarAreaSegment()

    Methods

    OnLayout()

    Declaration
    public override void OnLayout()
    Overrides
    SFChartSegment.OnLayout()

    XValues()

    Declaration
    public List<double> XValues()
    Returns
    Type Description
    System.Collections.Generic.List<System.Double>

    YValues()

    Declaration
    public List<double> YValues()
    Returns
    Type Description
    System.Collections.Generic.List<System.Double>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved