Class SeriesItemLabel
Series item label
Inheritance
System.Object
SeriesItemLabel
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class SeriesItemLabel : ChartBaseLabel, IChartingStateManagedItem, IChartingStateManager, IDisposable, 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
Chart Series to which label belongs |
Properties
Appearance
Visualization and design properties
Declaration
[SkinnableProperty]
public StyleSeriesItemLabel Appearance { get; }
Property Value
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System. Create new instance of SeriesItemLabel class with the same fields as this object |