ClassSeriesItemLabel
Class
Series item label
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SeriesItemLabel : ChartBaseLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, ICloneable
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)]
[SkinnableProperty]
public StyleSeriesItemLabel Appearance { get; }
Property Value