ClassTextPropertiesAxisLabel
Class
Axis item label text properties
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class TextPropertiesAxisLabel : TextProperties, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectTextPropertiesTextPropertiesAxisLabel
Implements:
Inherited Members
Constructors
TextPropertiesAxisLabel()
Declaration
cs-api-definition
public TextPropertiesAxisLabel()
Properties
Color
Specifies the text color property
Declaration
cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
Color
Overrides