Interface IRadialSeriesDefinition
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).
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IRadialSeriesDefinition : ISeriesDefinition, INotifyPropertyChanged
Properties
LabelOffset
Gets or sets the label offset.
Declaration
double LabelOffset { get; set; }
Property Value
System.Double
The label offset. |