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 Data
This specific interface is designed for series whose items should be visually distinguished from
the rest of the Data
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. The label offset. |