WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRadarType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartRadarType

    Represents ChartRadarType

    Inheritance
    System.Object
    ChartType
    ChartLineType
    ChartRadarType
    Implements
    System.IDisposable
    Inherited Members
    ChartLineType.BreakLineForNonIndexedDataProperty
    ChartLineType.BreakLineForDoublePointsDistanceMoreThanProperty
    ChartLineType.BreakLineForTimeSpanPointsDistanceMoreThanProperty
    ChartLineType.GetBreakLineForNonIndexedData(DependencyObject)
    ChartLineType.SetBreakLineForNonIndexedData(DependencyObject, Boolean)
    ChartLineType.GetBreakLineForDoublePointsDistanceMoreThan(DependencyObject)
    ChartLineType.SetBreakLineForDoublePointsDistanceMoreThan(DependencyObject, Double)
    ChartLineType.GetBreakLineForTimeSpanPointsDistanceMoreThan(DependencyObject)
    ChartLineType.SetBreakLineForTimeSpanPointsDistanceMoreThan(DependencyObject, TimeSpan)
    ChartLineType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartLineType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.SpacingProperty
    ChartType.GetSpacing(ChartArea)
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.Calculate(ChartSeries)
    ChartType.Update(ChartSeries)
    ChartType.IsCompatible(ChartType)
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.Dispose()
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsStacked
    ChartType.IsSideBySide
    ChartType.RequiresAxis
    ChartType.IsIndependent
    ChartType.RequiresDataCount
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public sealed class ChartRadarType : ChartLineType, IDisposable

    Constructors

    ChartRadarType()

    Declaration
    public ChartRadarType()

    Fields

    DrawTypeProperty

    Identifies the DrawType dependency property.

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

    IsClosedProperty

    Identifies the IsClosed dependency property.

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

    RadarSymbolProperty

    Identifies the Radarsymbol dependency property.

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

    Properties

    AxesType

    Gets axes type that are required for chart to be built.

    Declaration
    public override ChartAxesType AxesType { get; }
    Property Value
    Type Description
    ChartAxesType
    Overrides
    ChartType.AxesType

    Flags

    Gets chart type flags. This is a dependency property.

    Declaration
    protected override ChartType.ChartTypeFlags Flags { get; }
    Property Value
    Type Description
    ChartType.ChartTypeFlags
    Overrides
    ChartLineType.Flags

    Methods

    GetDrawType(ChartArea)

    Gets the DrawType property value.

    Declaration
    public static ChartRadarDrawType GetDrawType(ChartArea area)
    Parameters
    Type Name Description
    ChartArea area

    The ChartArea.

    Returns
    Type Description
    ChartRadarDrawType

    The Drawtype

    GetIsClosed(ChartArea)

    Gets the IsClosed property value.

    Declaration
    public static bool GetIsClosed(ChartArea area)
    Parameters
    Type Name Description
    ChartArea area

    The Chartarea.

    Returns
    Type Description
    System.Boolean

    The IsClosed

    GetRadarSymbol(ChartSeries)

    Gets the IsClosed property value.

    Declaration
    public static DataTemplate GetRadarSymbol(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The ChartSeries.

    Returns
    Type Description
    System.Windows.DataTemplate

    The IsClosed

    SetDrawType(ChartArea, ChartRadarDrawType)

    Sets the DrawType property value.

    Declaration
    public static void SetDrawType(ChartArea area, ChartRadarDrawType value)
    Parameters
    Type Name Description
    ChartArea area

    The ChartArea.

    ChartRadarDrawType value

    The value.

    SetIsClosed(ChartArea, Boolean)

    Sets the IsClosed property value.

    Declaration
    public static void SetIsClosed(ChartArea area, bool value)
    Parameters
    Type Name Description
    ChartArea area

    The ChartArea.

    System.Boolean value

    The value.

    SetRadarSymbol(ChartSeries, DataTemplate)

    Sets the IsClosed property value.

    Declaration
    public static void SetRadarSymbol(ChartSeries series, DataTemplate value)
    Parameters
    Type Name Description
    ChartSeries series

    The ChartSeries.

    System.Windows.DataTemplate value

    The value.

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Overrides
    ChartLineType.ToString()
    See Also
    ChartRadarType

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved