Class SeriesItemLabel
Series item label
Inheritance
System.Object
SeriesItemLabel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class SeriesItemLabel : ChartBaseLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, IActiveRegion, ICloneable
Constructors
SeriesItemLabel()
Create new instance of SeriesItemLabel class.
Declaration
public SeriesItemLabel()
SeriesItemLabel(ChartSeries)
Create new instance of SeriesItemLabel class.
Declaration
public SeriesItemLabel(ChartSeries series)
Parameters
ChartSeries
series
Series to which label belongs |
Properties
Appearance
Visualization and design properties
Declaration
[SkinnableProperty]
public StyleSeriesItemLabel Appearance { get; }
Property Value
StyleSeriesItemLabel
|
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System.Object
Create new instance of SeriesItemLabel class with the same fields as this object |