Class
StyleSeriesItemTextBlock

Series item label text block's appearance

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleSeriesItemTextBlock : StyleTextBlock, IChartingStateManagedItem, IChartingStateManager, ICloneable

Inheritance: objectStateManagedObjectStyleLayoutStyleStyleTextBlockStyleSeriesItemTextBlock

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members StyleTextBlock.styleTextBlockCornersStyleTextBlock.styleTextBlockRotationAngleStyleTextBlock.styleTextBlockOverflowStyleTextBlock.Clone()StyleTextBlock.TrackViewState()StyleTextBlock.LoadViewState(object)StyleTextBlock.SaveViewState()StyleTextBlock.MaxLengthStyleTextBlock.CornersStyleTextBlock.FillStyleStyleTextBlock.FigureStyleTextBlock.TextPropertiesStyleTextBlock.AutoTextWrapLayoutStyle.PositionLayoutStyle.DimensionsStyle.BorderStyle.ShadowStyle.VisibleStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

StyleSeriesItemTextBlock()

Creates a new class instance

Declaration

cs-api-definition
public StyleSeriesItemTextBlock()

StyleSeriesItemTextBlock(ChartSeries)

Creates a new class instance

Declaration

cs-api-definition
public StyleSeriesItemTextBlock(ChartSeries series)

Parameters

series

ChartSeries

Chart series

Methods

ResetMaxLength()

Sets the default value

Declaration

cs-api-definition
protected override void ResetMaxLength()

Overrides StyleTextBlock.ResetMaxLength()

ShouldSerializeMaxLength()

Gets should the MaxLength value be serialized

Declaration

cs-api-definition
protected override bool ShouldSerializeMaxLength()

Returns

bool

True if can be serialized, overwise returns false

Overrides StyleTextBlock.ShouldSerializeMaxLength()