Class StyleSeriesItemTextBlock
Series item label text block's appearance
Inheritance
System.Object
StyleSeriesItemTextBlock
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleSeriesItemTextBlock : StyleTextBlock, IChartingStateManagedItem, IChartingStateManager, 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 |