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