ClassStyleAxisItemText
Class
Axis item label text block's appearance
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleAxisItemText : StyleTextBlock, IChartingStateManagedItem, IChartingStateManager
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
bool
True if can be serialized, overwise returns false
Overrides