menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class PolarSeries

    Inheritance
    System.Object
    ChartSeries
    PolarSeries
    RadarSeries
    Inherited Members
    ChartSeries.Alpha
    ChartSeries.Animate()
    ChartSeries.AnimationDuration
    ChartSeries.Chart
    ChartSeries.ClearUnUsedDataMarkerLabels(Int32)
    ChartSeries.Color
    ChartSeries.ColorModel
    ChartSeries.DataCount
    ChartSeries.DataMarker
    ChartSeries.DataMarkerLabelCreated
    ChartSeries.DataPointSelectionEnabled
    ChartSeries.DrawDataMarker(Int32, Canvas, Paint, Paint, Single, Single)
    ChartSeries.DrawDataMarkerLabel(Int32, Canvas, String, Single, Single)
    ChartSeries.EnableAnimation
    ChartSeries.GeneratePoints(String[], IList<Double>[])
    ChartSeries.GetGradientEndPoint(ChartSegment)
    ChartSeries.GetGradientStartPoint(ChartSegment)
    ChartSeries.GetSelectionColor()
    ChartSeries.GetView()
    ChartSeries.InvalidateRender()
    ChartSeries.IsSelected
    ChartSeries.ItemsSource
    ChartSeries.Label
    ChartSeries.LegendIcon
    ChartSeries.ListenPropertyChange
    ChartSeries.Name
    ChartSeries.OnAttachedToChart()
    ChartSeries.OnDetachedFromChart()
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.ResumeNotification()
    ChartSeries.ScheduleUpdateArea()
    ChartSeries.Segments
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SeriesContainsPoint(PointF)
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.StrokeWidth
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipEnabled
    ChartSeries.Visibility
    ChartSeries.VisibilityOnLegend
    ChartSeries.XBindingPath
    ChartSeries.XRange
    ChartSeries.YRange
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class PolarSeries : ChartSeries

    Constructors

    PolarSeries()

    Initializes a new instance of the PolarSeries class.

    Declaration
    public PolarSeries()

    Properties

    ActualXAxis

    Declaration
    public override ChartAxis ActualXAxis { get; }
    Property Value
    Type
    ChartAxis
    Overrides
    ChartSeries.ActualXAxis

    ActualYAxis

    Declaration
    public override ChartAxis ActualYAxis { get; }
    Property Value
    Type
    ChartAxis
    Overrides
    ChartSeries.ActualYAxis

    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
    System.Boolean

    DrawType

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

    Declaration
    public PolarChartDrawType DrawType { get; set; }
    Property Value
    Type
    PolarChartDrawType

    PathEffect

    Gets or sets the PathEffect of the PolarSeries.

    Declaration
    public DashPathEffect PathEffect { get; set; }
    Property Value
    Type
    Android.Graphics.DashPathEffect

    StrokeColor

    Gets or sets the stroke color for series.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    YBindingPath

    Gets or sets a value that indicates y-value binding path for chart series.

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

    Methods

    CreateSegment()

    Create the instance of the segment based on the PolarChartDrawType.

    Declaration
    protected override ChartSegment CreateSegment()
    Returns
    Type Description
    ChartSegment

    Returns a segment.

    Overrides
    ChartSeries.CreateSegment()

    CreateSegments()

    Creates the segments of polar/radar series.

    Declaration
    protected override void CreateSegments()
    Overrides
    ChartSeries.CreateSegments()

    GetDataPointIndex(Single, Single)

    Gets the data point index under x and y coordinates.

    Declaration
    public override int GetDataPointIndex(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX

    point x value.

    System.Single pointY

    point y value.

    Returns
    Type Description
    System.Int32

    The index value of the data point.

    Overrides
    ChartSeries.GetDataPointIndex(Single, Single)
    Remarks

    Returns -1 if no data is at the given point.

    OnBindingPathChanged()

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

    SetFillColor(ChartSegment)

    Declaration
    protected override void SetFillColor(ChartSegment segment)
    Parameters
    Type Name Description
    ChartSegment segment
    Overrides
    ChartSeries.SetFillColor(ChartSegment)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved