RadControls for WPF

Represents an object defining the visual representation of each data series, i.e. the chart type that will be used to visualize the corresponding DataSeries. This specific interface is designed for series whose items should be visually distinguished from the rest of the DataSeries items (e.g. Doughnut, Pie chart, etc).

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public interface IRadialSeriesDefinition : ISeriesDefinition, 
	INotifyPropertyChanged
Visual Basic
Public Interface IRadialSeriesDefinition _
	Inherits ISeriesDefinition, INotifyPropertyChanged

See Also