Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFPolarRadarSeriesBase

    Serves as a base class for polar and radar series.

    Inheritance
    System.Object
    SFSeries
    SFPolarRadarSeriesBase
    SFPolarSeries
    Inherited Members
    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.CreateSegment()
    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 abstract class SFPolarRadarSeriesBase : SFSeries

    Constructors

    SFPolarRadarSeriesBase()

    Declaration
    public SFPolarRadarSeriesBase()

    Properties

    ActualXAxis

    Declaration
    public override SFAxis ActualXAxis { get; }
    Property Value
    Type Description
    SFAxis
    Overrides
    SFSeries.ActualXAxis

    ActualYAxis

    Declaration
    public override SFAxis ActualYAxis { get; }
    Property Value
    Type Description
    SFAxis
    Overrides
    SFSeries.ActualYAxis

    BorderColor

    Gets or sets the border color of the segment for draw type area.

    Declaration
    public NSColor BorderColor { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    BorderWidth

    Gets or sets the border width of the segment for draw type area.

    Declaration
    public nfloat BorderWidth { get; set; }
    Property Value
    Type Description
    System.nfloat

    Closed

    Gets or sets a value indicating whether to connect the first and last data point of the series.

    Declaration
    public bool Closed { get; set; }
    Property Value
    Type Description
    System.Boolean

    Dashes

    Gets or sets the dashes.

    Declaration
    public NSArray Dashes { get; set; }
    Property Value
    Type Description
    Foundation.NSArray

    DrawType

    Gets or sets the draw type of radar/polar series.

    Declaration
    public SFChartPolarRadarSeriesDrawType DrawType { get; set; }
    Property Value
    Type Description
    SFChartPolarRadarSeriesDrawType

    LineWidth

    Gets or sets the border width of the segment for draw type line.

    Declaration
    public nfloat LineWidth { get; set; }
    Property Value
    Type Description
    System.nfloat

    YBindingPath

    Gets or sets the binding path in ItemsSource.

    Declaration
    public string YBindingPath { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    AnimationForSegment(SFChartSegment)

    Declaration
    protected override CAAnimation AnimationForSegment(SFChartSegment segment)
    Parameters
    Type Name Description
    SFChartSegment segment
    Returns
    Type Description
    CoreAnimation.CAAnimation
    Overrides
    SFSeries.AnimationForSegment(SFChartSegment)

    CreateSegments()

    Declaration
    public override void CreateSegments()
    Overrides
    SFSeries.CreateSegments()

    DataPointIndexAtPoint(CGPoint)

    Declaration
    public override int DataPointIndexAtPoint(CGPoint hitPoint)
    Parameters
    Type Name Description
    CoreGraphics.CGPoint hitPoint
    Returns
    Type Description
    System.Int32
    Overrides
    SFSeries.DataPointIndexAtPoint(CGPoint)

    OnBindingPathChanged()

    Declaration
    protected override void OnBindingPathChanged()
    Overrides
    SFSeries.OnBindingPathChanged()

    SetFillColor(SFChartSegment)

    Declaration
    protected override void SetFillColor(SFChartSegment segment)
    Parameters
    Type Name Description
    SFChartSegment segment
    Overrides
    SFSeries.SetFillColor(SFChartSegment)

    SetStrokeWidth(SFChartSegment)

    Declaration
    protected override void SetStrokeWidth(SFChartSegment segment)
    Parameters
    Type Name Description
    SFChartSegment segment
    Overrides
    SFSeries.SetStrokeWidth(SFChartSegment)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved