Version

LabelStyle Class Members

The following tables list the members exposed by LabelStyle.

Public Constructors
 NameDescription
Public ConstructorLabelStyle ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldappearancePropertyThe name of a public property on an Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Protected FieldparentAppearanceAn instance of a parent Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyClipTextReturns or sets a Boolean value that determines whether label text will be clipped if there is not enough space for it, if this label type supports clipping.  
Public PropertyDxHorizontal offset distance of label text relative to its rectangle's top-left.  
Public PropertyDyVertical offset distance of label text relative to its rectangle's top-left.  
Public PropertyFlipDetermines whether or not this label will be turned upside-down at its specified orientation, if this label type supports orientation.  
Public PropertyFontReturns a reference to or sets a Font object that specifies the font used for label text.  
Public PropertyFontColorReturns a reference to or sets a Color object that specifies the color of the label text.  
Public PropertyFontSizeBestFitDetermines whether or not to use the largest font possible within the text boundaries, if this label type uses boundaries.  
Public PropertyHorizontalAlignReturns or sets a value that specifies the horizontal alignment of label text.  
Public PropertyOrientationReturns or sets a value that specifies the orientation of label text, if this label type supports orientation.  
Public PropertyReverseTextDetermines whether or not the labels text should be reversed.  
Public PropertyRotationAngleReturns or sets a value that specifies the degree of rotation of label text, if this label type supports orientation and the Orientation property is set to Custom.  
Public PropertyTrimmingType of StringTrimming to use if this label is clipped.  
Public PropertyVerticalAlignReturns or sets a value that specifies the vertical alignment of label text.  
Public PropertyWrapTextReturns or sets a Boolean value that determines whether label text is wrapped onto multiple lines if necessary, if this label type supports wrapping.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodCloneCreates a new LabelStyle object that is a copy of the current instance.  
Public MethodCopyCopies a LabelStyle instance.  
Public MethodCopyToCopies this LabelStyle to another LabelStyle object.  
Public MethodDisposeCleans up resources allocated by this object.  
Public MethodGetParentAppearanceGets a reference to the parent appearance object held by this AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodInitializeConstructor of a ready-to-use AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodMatchDetermines if this LabelStyle is identical to another LabelStyle object.  
Public MethodSetParentAppearanceSets the parentAppearance field to the specified ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodSetParentPropertySets the appearanceProperty field to a property name. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodToStringReturns a string representation of a LabelStyle object.  
See Also