RadControls for Silverlight

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.

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

Syntax

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

See Also