menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PolarRadarSeriesBase - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PolarRadarSeriesBase

    Represents a base class for polar, radar series in chart.

    Inheritance
    System.Object
    ChartSeriesBase
    ChartSeries
    AdornmentSeries
    PolarRadarSeriesBase
    PolarSeries
    RadarSeries
    Implements
    ICloneable
    ISupportAxes2D
    ISupportAxes
    Inherited Members
    AdornmentSeries.AddAdornmentAtXY(Double, Double, Int32)
    AdornmentSeries.AddAreaAdornments(IList<Double>[])
    AdornmentSeries.AddColumnAdornments(Double[])
    AdornmentSeries.AdornmentLabelCreated
    AdornmentSeries.AdornmentsInfo
    AdornmentSeries.AdornmentsInfoProperty
    AdornmentSeries.ClearUnUsedAdornments(Int32)
    AdornmentSeries.CreateAdornment(AdornmentSeries, Double, Double, Double, Double)
    AdornmentSeries.CreateSegments()
    AdornmentSeries.OnApplyTemplate()
    ChartSeries.Area
    ChartSeries.CreateSegment()
    ChartSeries.GetDataPointIndex(Double, Double)
    ChartSeries.OnCreateAutomationPeer()
    ChartSeries.Stroke
    ChartSeries.StrokeProperty
    ChartSeries.StrokeThickness
    ChartSeries.StrokeThicknessProperty
    ChartSeriesBase.ActualXAxis
    ChartSeriesBase.ActualXValues
    ChartSeriesBase.ActualYAxis
    ChartSeriesBase.Adornments
    ChartSeriesBase.AnimationDuration
    ChartSeriesBase.AnimationDurationProperty
    ChartSeriesBase.ChartTransformer
    ChartSeriesBase.ClearUnUsedSegments(Int32)
    ChartSeriesBase.Clone()
    ChartSeriesBase.ColorModel
    ChartSeriesBase.ColorModelProperty
    ChartSeriesBase.ColorValues
    ChartSeriesBase.CreateEmptyPointSegments(IList<Double>, List<List<Double>>, List<List<Double>>)
    ChartSeriesBase.CreateTransformer(Size, Boolean)
    ChartSeriesBase.DataCount
    ChartSeriesBase.EmptyPointInterior
    ChartSeriesBase.EmptyPointInteriorProperty
    ChartSeriesBase.EmptyPointStyle
    ChartSeriesBase.EmptyPointStyleProperty
    ChartSeriesBase.EmptyPointSymbolTemplate
    ChartSeriesBase.EmptyPointSymbolTemplateProperty
    ChartSeriesBase.EmptyPointValue
    ChartSeriesBase.EmptyPointValueProperty
    ChartSeriesBase.EnableAnimation
    ChartSeriesBase.EnableAnimationProperty
    ChartSeriesBase.GeneratePoints(String[], IList<Double>[])
    ChartSeriesBase.GetAvailableSize()
    ChartSeriesBase.GetPreviousSeries(ChartSeriesBase)
    ChartSeriesBase.GetSideBySideInfo(ChartSeriesBase)
    ChartSeriesBase.GetSpacing(DependencyObject)
    ChartSeriesBase.GetXValues()
    ChartSeriesBase.InitialDelayTimer
    ChartSeriesBase.Interior
    ChartSeriesBase.InteriorProperty
    ChartSeriesBase.Invalidate()
    ChartSeriesBase.IsAreaTypeSeries
    ChartSeriesBase.IsBitmapSeries
    ChartSeriesBase.IsColorPathSeries
    ChartSeriesBase.IsIndexed
    ChartSeriesBase.IsLinear
    ChartSeriesBase.IsSeriesVisible
    ChartSeriesBase.IsSeriesVisibleProperty
    ChartSeriesBase.IsSideBySide
    ChartSeriesBase.IsSortData
    ChartSeriesBase.IsSortDataProperty
    ChartSeriesBase.IsStacked
    ChartSeriesBase.IsTooltipAvailable(Canvas)
    ChartSeriesBase.ItemsSource
    ChartSeriesBase.ItemsSourceProperty
    ChartSeriesBase.Label
    ChartSeriesBase.LabelProperty
    ChartSeriesBase.LegendIcon
    ChartSeriesBase.LegendIconProperty
    ChartSeriesBase.LegendIconTemplate
    ChartSeriesBase.LegendIconTemplateProperty
    ChartSeriesBase.ListenPropertyChange
    ChartSeriesBase.ListenPropertyChangeProperty
    ChartSeriesBase.OnDataSourceChanged(DependencyPropertyChangedEventArgs)
    ChartSeriesBase.OnMouseLeave(MouseEventArgs)
    ChartSeriesBase.OnMouseLeftButtonDown(MouseButtonEventArgs)
    ChartSeriesBase.OnMouseLeftButtonUp(MouseButtonEventArgs)
    ChartSeriesBase.OnMouseMove(MouseEventArgs)
    ChartSeriesBase.OnSeriesMouseDown(Object, Point)
    ChartSeriesBase.OnSeriesMouseUp(Object, Point)
    ChartSeriesBase.Palette
    ChartSeriesBase.PaletteProperty
    ChartSeriesBase.Position(Point, ChartTooltip)
    ChartSeriesBase.PropertyChanged
    ChartSeriesBase.ResumeNotification()
    ChartSeriesBase.SegmentColorPath
    ChartSeriesBase.SegmentColorPathProperty
    ChartSeriesBase.Segments
    ChartSeriesBase.SelectedIndexChanged(Int32, Int32)
    ChartSeriesBase.SelectedSegment
    ChartSeriesBase.SelectedSegments
    ChartSeriesBase.SelectedSegmentsIndexes
    ChartSeriesBase.SeriesSelectionBrush
    ChartSeriesBase.SeriesSelectionBrushProperty
    ChartSeriesBase.SetDoubleAnimation(ChartTooltip)
    ChartSeriesBase.SetIndividualDataTablePoint(Int32, Object, Boolean)
    ChartSeriesBase.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeriesBase.SetSpacing(DependencyObject, Double)
    ChartSeriesBase.SetTooltipDuration()
    ChartSeriesBase.ShowEmptyPoints
    ChartSeriesBase.ShowEmptyPointsProperty
    ChartSeriesBase.ShowTooltip
    ChartSeriesBase.ShowTooltipProperty
    ChartSeriesBase.SortBy
    ChartSeriesBase.SortByProperty
    ChartSeriesBase.SortDirection
    ChartSeriesBase.SortDirectionProperty
    ChartSeriesBase.SpacingProperty
    ChartSeriesBase.SuspendNotification()
    ChartSeriesBase.Timer
    ChartSeriesBase.TooltipTemplate
    ChartSeriesBase.TooltipTemplateProperty
    ChartSeriesBase.TrackBallLabelTemplate
    ChartSeriesBase.TrackBallLabelTemplateProperty
    ChartSeriesBase.UpdateArea()
    ChartSeriesBase.UpdateSegments(Int32, NotifyCollectionChangedAction)
    ChartSeriesBase.VisibilityOnLegend
    ChartSeriesBase.VisibilityOnLegendProperty
    ChartSeriesBase.XBindingPath
    ChartSeriesBase.XBindingPathProperty
    ChartSeriesBase.YPaths
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public abstract class PolarRadarSeriesBase : AdornmentSeries, ICloneable, ISupportAxes2D, ISupportAxes

    Constructors

    PolarRadarSeriesBase()

    Initializes a new instance of the PolarRadarSeriesBase class.

    Declaration
    public PolarRadarSeriesBase()

    Fields

    DrawTypeProperty

    Identifies the DrawType dependency property.

    Declaration
    public static readonly DependencyProperty DrawTypeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for DrawType dependency property.

    IsClosedProperty

    Identifies the IsClosed dependency property.

    Declaration
    public static readonly DependencyProperty IsClosedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for IsClosed dependency property.

    StrokeDashArrayProperty

    Identifies the StrokeDashArray dependency property.

    Declaration
    public static readonly DependencyProperty StrokeDashArrayProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for StrokeDashArray dependency property.

    XAxisProperty

    Identifies the XAxis dependency property.

    Declaration
    public static readonly DependencyProperty XAxisProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for XAxis dependency property.

    YAxisProperty

    Identifies the YAxis dependency property.

    Declaration
    public static readonly DependencyProperty YAxisProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for YAxis dependency property.

    YBindingPathProperty

    Identifies the YBindingPath dependency property.

    Declaration
    public static readonly DependencyProperty YBindingPathProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for YBindingPath dependency property.

    Properties

    DrawType

    Gets or sets the type of series to be drawn for Radar or Polar series.

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

    One of the ChartSeriesDrawType enumeration values. The default value is Area.

    IsClosed

    Gets or sets a value that indicates whether area path should be closed or opened for Polar/Radar series.

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

    If its true, Area stroke will be closed; otherwise stroke will be applied on top of the series only.

    Segment

    Gets or sets the chart segment.

    Declaration
    protected ChartSegment Segment { get; set; }
    Property Value
    Type Description
    ChartSegment

    It takes the chart segment value.

    StrokeDashArray

    Gets or sets the stroke dash array for line to customize the appearance of PolarSeries and RadarSeries.

    Declaration
    public DoubleCollection StrokeDashArray { get; set; }
    Property Value
    Type Description
    System.Windows.Media.DoubleCollection

    It takes System.Windows.Media.DoubleCollection value and default value is null.

    Examples
    • MainWindow.xaml
    • MainWindow.cs
        <chart:SfChart>
    
              <chart:SfChart.PrimaryAxis>
                  <chart:NumericalAxis/>
              </chart:SfChart.PrimaryAxis>
    
              <chart:SfChart.SecondaryAxis>
                  <chart:NumericalAxis/>
              </chart:SfChart.SecondaryAxis>
    
              <chart:PolarSeries
                  StrokeDashArray="5,3"
                  ItemsSource="{Binding Data}"
                  XBindingPath="XValue"
                  YBindingPath="YValue"/>
    
        </chart:SfChart>
        SfChart chart = new SfChart();
    
        NumericalAxis primaryAxis = new NumericalAxis();
        NumericalAxis secondaryAxis = new NumericalAxis();
    
        chart.PrimaryAxis = primaryAxis;
        chart.SecondaryAxis = secondaryAxis;
    
        PolarSeries series = new PolarSeries();
        series.ItemsSource = viewmodel.Data;
        series.XBindingPath = "XValue";
        series.YBindingPath = "YValue";
        chart.Series.Add(series);
    
        DoubleCollection doubleCollection = new DoubleCollection();
        doubleCollection.Add(5);
        doubleCollection.Add(3);
        series.StrokeDashArray = doubleCollection;

    XAxis

    Gets or sets the multiple axis is not applicable for Radar/Polar series.

    Declaration
    public ChartAxisBase2D XAxis { get; set; }
    Property Value
    Type Description
    ChartAxisBase2D

    It takes the ChartAxisBase2D value.

    XRange

    Gets the series x-axis start and end range values.

    Declaration
    public DoubleRange XRange { get; }
    Property Value
    Type Description
    DoubleRange

    A DoubleRange specifies the start and end range of x-axis.

    YAxis

    Gets or sets the multiple axis is not applicable for Radar/Polar series.

    Declaration
    public RangeAxisBase YAxis { get; set; }
    Property Value
    Type Description
    RangeAxisBase

    It takes the RangeAxisBase value.

    YBindingPath

    Gets or sets the property name that associates the secondary axis with a property in the itemssource.

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

    The string that represents the property name for secondary axis. The default value is null.

    Examples
    • MainWindow.xaml
    • MainWindow.cs
        <chart:SfChart>
    
              <chart:SfChart.PrimaryAxis>
                  <chart:NumericalAxis/>
              </chart:SfChart.PrimaryAxis>
    
              <chart:SfChart.SecondaryAxis>
                  <chart:NumericalAxis/>
              </chart:SfChart.SecondaryAxis>
    
              <chart:PolarSeries
                  ItemsSource="{Binding Data}"
                  XBindingPath="XValue"
                  YBindingPath="YValue"/>
    
        </chart:SfChart>
        SfChart chart = new SfChart();
    
        NumericalAxis primaryAxis = new NumericalAxis();
        NumericalAxis secondaryAxis = new NumericalAxis();
    
        chart.PrimaryAxis = primaryAxis;
        chart.SecondaryAxis = secondaryAxis;
    
        PolarSeries series = new PolarSeries();
        series.ItemsSource = viewmodel.Data;
        series.XBindingPath = "XValue";
        series.YBindingPath = "YValue";
        chart.Series.Add(series);

    YRange

    Gets the series y-axis start and end range values.

    Declaration
    public DoubleRange YRange { get; }
    Property Value
    Type Description
    DoubleRange

    A DoubleRange specifies the start and end range of y-axis.

    YValues

    Gets or sets YValues to render the series.

    Declaration
    protected IList<double> YValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Double>

    It takes the collection of double values.

    Methods

    CloneSeries(DependencyObject)

    Declaration
    protected override DependencyObject CloneSeries(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type
    System.Windows.DependencyObject
    Overrides
    AdornmentSeries.CloneSeries(DependencyObject)

    FindNearestChartPoint(Point, out Double, out Double, out Double)

    Finds the nearest point in ChartSeries relative to the mouse point/touch position.

    Declaration
    public override void FindNearestChartPoint(Point point, out double x, out double y, out double stackedYValue)
    Parameters
    Type Name Description
    System.Windows.Point point

    The co-ordinate point representing the current mouse point /touch position.

    System.Double x

    x-value of the nearest point.

    System.Double y

    y-value of the nearest point.

    System.Double stackedYValue

    The stacked y value.

    Overrides
    ChartSeriesBase.FindNearestChartPoint(Point, out Double, out Double, out Double)

    GeneratePoints()

    Method used to generate the data points for Polar and Radar series.

    Declaration
    protected override void GeneratePoints()
    Overrides
    AdornmentSeries.GeneratePoints()

    OnBindingPathChanged(DependencyPropertyChangedEventArgs)

    Invoked when XBindingPath or YBindingPath properties changed.

    Declaration
    protected override void OnBindingPathChanged(DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs args

    The System.Windows.DependencyPropertyChangedEventArgs that contains the event data

    Overrides
    ChartSeriesBase.OnBindingPathChanged(DependencyPropertyChangedEventArgs)

    OnDataSourceChanged(IEnumerable, IEnumerable)

    Invoked when ItemsSource property changed.

    Declaration
    protected override void OnDataSourceChanged(IEnumerable oldValue, IEnumerable newValue)
    Parameters
    Type Name Description
    System.Collections.IEnumerable oldValue

    Old itemssource collection.

    System.Collections.IEnumerable newValue

    New itemssource collection.

    Overrides
    AdornmentSeries.OnDataSourceChanged(IEnumerable, IEnumerable)
    See Also
    XBindingPath
    YBindingPath

    OnXAxisChanged(ChartAxis, ChartAxis)

    Invoked when XAxis property changed.

    Declaration
    protected virtual void OnXAxisChanged(ChartAxis oldAxis, ChartAxis newAxis)
    Parameters
    Type Name Description
    ChartAxis oldAxis

    Old chartaxis value.

    ChartAxis newAxis

    New chartaxis value.

    OnYAxisChanged(ChartAxis, ChartAxis)

    Invoked when YAxis property changed.

    Declaration
    protected virtual void OnYAxisChanged(ChartAxis oldAxis, ChartAxis newAxis)
    Parameters
    Type Name Description
    ChartAxis oldAxis

    Old chartaxis value.

    ChartAxis newAxis

    New chartaxis value.

    Explicit Interface Implementations

    ISupportAxes.ActualXAxis

    Gets ActualXAxis property.

    Declaration
    ChartAxis ISupportAxes.ActualXAxis { get; }
    Returns
    Type Description
    ChartAxis

    It takes the ChartAxis value.

    ISupportAxes.ActualYAxis

    Gets ActualYAxis property.

    Declaration
    ChartAxis ISupportAxes.ActualYAxis { get; }
    Returns
    Type Description
    ChartAxis

    It takes the ChartAxis value.

    Implements

    ICloneable
    ISupportAxes2D
    ISupportAxes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved