TextPropertiesError
Class
Errors text properties
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
public class TextPropertiesError : TextProperties, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectTextPropertiesTextPropertiesError
Implements:
Inherited Members
Constructors
C#
public TextPropertiesError()
Properties
Specifies the text color property
C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Overrides: