ClassStyleAxisItemText
Class
Axis 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 StyleAxisItemText : StyleTextBlock, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectStyleLayoutStyleStyleTextBlockStyleAxisItemText
Implements:
Inherited Members
Constructors
StyleAxisItemText()
Creates a new class instance
Declaration
cs-api-definition
public StyleAxisItemText()
Methods
ResetMaxLength()
Sets the default value
Declaration
cs-api-definition
protected override void ResetMaxLength()
Overrides
ShouldSerializeMaxLength()
Gets should the MaxLength value be serialized
Declaration
cs-api-definition
protected override bool ShouldSerializeMaxLength()
Returns
True if can be serialized, overwise returns false
Overrides