Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFRadarSeries

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

    SFRadarSeries 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

    SFRadarSeries()

    Declaration
    public SFRadarSeries()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved