Class StyleSeriesItemTextBlock
Series item label text block's appearance
Inheritance
System.Object
StyleSeriesItemTextBlock
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class StyleSeriesItemTextBlock : StyleTextBlock, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable, IPosition
Constructors
StyleSeriesItemTextBlock()
Creates a new class instance
Declaration
public StyleSeriesItemTextBlock()
StyleSeriesItemTextBlock(ChartSeries)
Creates a new class instance
Declaration
public StyleSeriesItemTextBlock(ChartSeries series)
Parameters
|
ChartSeries
series
Chart series |
Methods
ResetMaxLength()
Sets the default value
Declaration
protected override void ResetMaxLength()
Overrides
ShouldSerializeMaxLength()
Gets should the MaxLength value be serialized
Declaration
protected override bool ShouldSerializeMaxLength()
Returns
|
System.Boolean
True if can be serialized, overwise returns false |