SeriesItemLabel
Class
Series item label
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SeriesItemLabel : ChartBaseLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartBaseLabelSeriesItemLabel...
Implements:
Inherited Members
Constructors
Create new instance of SeriesItemLabel class.
C#
public SeriesItemLabel()
Create new instance of SeriesItemLabel class.
C#
public SeriesItemLabel(ChartSeries series)
Series to which label belongs
Properties
Visualization and design properties
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleSeriesItemLabel Appearance { get; }
Methods
Clone()
object
Clone this object
C#
public override object Clone()
object
Create new instance of SeriesItemLabel class with the same fields as this object
Overrides: