Class TextPropertiesAxisLabel
Axis item label text properties
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class TextPropertiesAxisLabel : TextProperties, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
TextPropertiesAxisLabel()
Declaration
public TextPropertiesAxisLabel()
Properties
Color
Specifies the text color property
Declaration
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
System.Drawing.Color
|