menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFPolarSeries - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFPolarSeries

    Represents a polar chart. To render polar chart, create an instance of this class and add it to Series collection property and set the required properties.

    Inheritance
    System.Object
    SFSeries
    SFPolarRadarSeriesBase
    SFPolarSeries
    SFRadarSeries
    Inherited Members
    SFPolarRadarSeriesBase.ActualXAxis
    SFPolarRadarSeriesBase.ActualYAxis
    SFPolarRadarSeriesBase.AnimationForSegment(SFChartSegment)
    SFPolarRadarSeriesBase.BorderColor
    SFPolarRadarSeriesBase.BorderWidth
    SFPolarRadarSeriesBase.Closed
    SFPolarRadarSeriesBase.CreateSegments()
    SFPolarRadarSeriesBase.Dashes
    SFPolarRadarSeriesBase.DataPointIndexAtPoint(CGPoint)
    SFPolarRadarSeriesBase.DrawType
    SFPolarRadarSeriesBase.LineWidth
    SFPolarRadarSeriesBase.OnBindingPathChanged()
    SFPolarRadarSeriesBase.SetFillColor(SFChartSegment)
    SFPolarRadarSeriesBase.SetStrokeWidth(SFChartSegment)
    SFPolarRadarSeriesBase.YBindingPath
    SFSeries.Alpha
    SFSeries.Animate()
    SFSeries.AnimationDuration
    SFSeries.ClearUnUsedDataMarkerLabels(Int32)
    SFSeries.Color
    SFSeries.ColorModel
    SFSeries.CreateRenderer()
    SFSeries.DataCount
    SFSeries.DataMarker
    SFSeries.DataMarkerLabelCreated
    SFSeries.DrawConnectorLine(CGContext, Double, Double, Double, Double, NSColor, Int32)
    SFSeries.DrawInContext(CGContext)
    SFSeries.DrawLabel(NSString, CGContext, Double, Double, Int32)
    SFSeries.DrawLayer(CALayer, CGContext)
    SFSeries.DrawMarker(CGContext, Double, Double, Int32)
    SFSeries.EnableAnimation
    SFSeries.EnableDataPointSelection
    SFSeries.EnableTooltip
    SFSeries.GeneratePoints(String[], IList<Double>[])
    SFSeries.GetGradientEndPoint(SFChartSegment)
    SFSeries.GetGradientStartPoint(SFChartSegment)
    SFSeries.GetSelectionColor()
    SFSeries.InsertDataPointAtIndex(nint)
    SFSeries.InvalidateRender()
    SFSeries.IsSelected
    SFSeries.ItemsSource
    SFSeries.Label
    SFSeries.LayerFrame
    SFSeries.LegendIcon
    SFSeries.ListenPropertyChange
    SFSeries.Name
    SFSeries.OnAttachedToChart()
    SFSeries.OnDetachedFromChart()
    SFSeries.ReloadData()
    SFSeries.RemoveDataPointAtIndex(nint)
    SFSeries.ResumeNotification()
    SFSeries.ScheduleUpdateArea()
    SFSeries.Segments
    SFSeries.SelectedDataPointColor
    SFSeries.SelectedDataPointIndex
    SFSeries.SeriesContainsPoint(CGPoint)
    SFSeries.SetIndividualPoint(Int32, Object, Boolean)
    SFSeries.SuspendNotification()
    SFSeries.Visible
    SFSeries.VisibleOnLegend
    SFSeries.XBindingPath
    SFSeries.XRange
    SFSeries.YRange
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFPolarSeries : SFPolarRadarSeriesBase
    Remarks

    SFPolarSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart. This series also requires x-axis and y-axis to be explicitly set using PrimaryAxis and SecondaryAxis properties.

    Constructors

    SFPolarSeries()

    Declaration
    public SFPolarSeries()

    Methods

    CreateSegment()

    Declaration
    protected override SFChartSegment CreateSegment()
    Returns
    Type
    SFChartSegment
    Overrides
    SFSeries.CreateSegment()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved