skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility and Security
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadialSeriesDefinition

Represents a IRadialSeriesDefinition.

Inheritance
System.Object
InheritanceContextPropagator
SeriesDefinition
RadialSeriesDefinition
DoughnutSeriesDefinition
PieSeriesDefinition
Inherited Members
SeriesDefinition.ShowItemToolTipsProperty
SeriesDefinition.ShowItemLabelsProperty
SeriesDefinition.EmptyPointBehaviorProperty
SeriesDefinition.ItemToolTipFormatProperty
SeriesDefinition.ItemLabelFormatProperty
SeriesDefinition.LegendItemLabelFormatProperty
SeriesDefinition.LegendDisplayModeProperty
SeriesDefinition.AxisNameProperty
SeriesDefinition.VisibilityProperty
SeriesDefinition.ItemStyleProperty
SeriesDefinition.SeriesStyleProperty
SeriesDefinition.SeriesItemLabelStyleProperty
SeriesDefinition.SeriesItemTooltipStyleProperty
SeriesDefinition.PointMarkItemStyleProperty
SeriesDefinition.StackGroupNameProperty
SeriesDefinition.SeriesNameProperty
SeriesDefinition.AnimationSettingsProperty
SeriesDefinition.InteractivitySettingsProperty
SeriesDefinition.AppearanceProperty
SeriesDefinition.CreateChartItem()
SeriesDefinition.ToString()
SeriesDefinition.OnPropertyChanged(PropertyChangedEventArgs)
SeriesDefinition.ShowItemToolTips
SeriesDefinition.EmptyPointBehavior
SeriesDefinition.ShowItemLabels
SeriesDefinition.ItemToolTipFormat
SeriesDefinition.ItemLabelFormat
SeriesDefinition.LegendItemLabelFormat
SeriesDefinition.LegendDisplayMode
SeriesDefinition.Visibility
SeriesDefinition.AxisName
SeriesDefinition.ItemStyle
SeriesDefinition.SeriesStyle
SeriesDefinition.SeriesItemLabelStyle
SeriesDefinition.SeriesItemTooltipStyle
SeriesDefinition.PointMarkItemStyle
SeriesDefinition.StackGroupName
SeriesDefinition.AnimationSettings
SeriesDefinition.InteractivitySettings
SeriesDefinition.Appearance
SeriesDefinition.SeriesName
SeriesDefinition.PanelType
SeriesDefinition.ContainerType
SeriesDefinition.IsStacked100
SeriesDefinition.ItemType
SeriesDefinition.AggregatorX
SeriesDefinition.AggregatorY
SeriesDefinition.LabelPositionGenerator
SeriesDefinition.PreferredLabelDisplayMode
SeriesDefinition.PropertyChanged
InheritanceContextPropagator.CreateInstanceCore()
InheritanceContextPropagator.FreezeCore(Boolean)
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public abstract class RadialSeriesDefinition : SeriesDefinition, IAggregationGroupSeriesDefinition, IRadialSeriesDefinition, ISeriesDefinition, INotifyPropertyChanged, ISeriesDefinitionSupportsMaskOverlay

Constructors

RadialSeriesDefinition()

Initializes a new instance of the RadialSeriesDefinition class.

Declaration
protected RadialSeriesDefinition()

Fields

LabelSettingsProperty

Identifies the LabelSettings dependency property.

Declaration
public static readonly DependencyProperty LabelSettingsProperty
Field Value
System.Windows.DependencyProperty

MaskVisibilityProperty

Identifies the MaskVisibility dependency property.

Declaration
public static readonly DependencyProperty MaskVisibilityProperty
Field Value
System.Windows.DependencyProperty

RadiusFactorProperty

Identifies the RadiusFactor dependency property.

Declaration
public static readonly DependencyProperty RadiusFactorProperty
Field Value
System.Windows.DependencyProperty

StartAngleProperty

Identifies the StartAngle dependency property.

Declaration
public static readonly DependencyProperty StartAngleProperty
Field Value
System.Windows.DependencyProperty

Properties

IsHorizontalAxisUsed

Gets boolean value indicating whether horizontal axis should be used with this series or not.

Declaration
public override bool IsHorizontalAxisUsed { get; }
Property Value
System.Boolean

Overrides
SeriesDefinition.IsHorizontalAxisUsed
Implements
ISeriesDefinition.IsHorizontalAxisUsed

IsVerticalAxisUsed

Gets boolean value indicating whether vertical axis should be used with this series or not.

Declaration
public override bool IsVerticalAxisUsed { get; }
Property Value
System.Boolean

Overrides
SeriesDefinition.IsVerticalAxisUsed
Implements
ISeriesDefinition.IsVerticalAxisUsed

LabelOffset

Gets or sets the label offset.

Declaration
public double LabelOffset { get; set; }
Property Value
System.Double

The label offset.

Implements
IRadialSeriesDefinition.LabelOffset

LabelSettings

Gets the label settings.

Declaration
public RadialLabelSettings LabelSettings { get; set; }
Property Value
RadialLabelSettings

The label settings.

MaskVisibility

Gets or sets a value indicating whether the built-in mask overlay should be visible or not.

Declaration
public Visibility MaskVisibility { get; set; }
Property Value
System.Windows.Visibility

The default value is Visible.

Remarks

This property is applicable only to a limited set of the supported themes (i.e. Office, Vista, Windows7). Also disabling the mask overlay will disable the item selection indicator as well.

RadiusFactor

Gets or sets the radius factor.

Declaration
public double RadiusFactor { get; set; }
Property Value
System.Double

The radius factor.

ResourceId

Gets the resource id associated with the current ISeriesDefinition. Used to identify the list of styles used with the DataPoints.

Declaration
public override object ResourceId { get; }
Property Value
System.Object

Overrides
SeriesDefinition.ResourceId
Implements
ISeriesDefinition.ResourceId

StartAngle

Gets or sets the start angle.

Declaration
public double StartAngle { get; set; }
Property Value
System.Double

The the start angle.

Methods

CreateSeriesPanel()

Creates an instance of the panel for this series definition type.

Declaration
public override Panel CreateSeriesPanel()
Returns
System.Windows.Controls.Panel

Overrides
SeriesDefinition.CreateSeriesPanel()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.