The following tables list the members exposed by LabelStyle.
Name | Description | |
---|---|---|
![]() | LabelStyle Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | appearanceProperty | The name of a public property on an Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) |
![]() | parentAppearance | An instance of a parent Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) |
Name | Description | |
---|---|---|
![]() | ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
![]() | ClipText | Returns 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. |
![]() | Dx | Horizontal offset distance of label text relative to its rectangle's top-left. |
![]() | Dy | Vertical offset distance of label text relative to its rectangle's top-left. |
![]() | Flip | Determines whether or not this label will be turned upside-down at its specified orientation, if this label type supports orientation. |
![]() | Font | Returns a reference to or sets a Font object that specifies the font used for label text. |
![]() | FontColor | Returns a reference to or sets a Color object that specifies the color of the label text. |
![]() | FontSizeBestFit | Determines whether or not to use the largest font possible within the text boundaries, if this label type uses boundaries. |
![]() | HorizontalAlign | Returns or sets a value that specifies the horizontal alignment of label text. |
![]() | Orientation | Returns or sets a value that specifies the orientation of label text, if this label type supports orientation. |
![]() | ReverseText | Determines whether or not the labels text should be reversed. |
![]() | RotationAngle | Returns 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. |
![]() | Trimming | Type of StringTrimming to use if this label is clipped. |
![]() | VerticalAlign | Returns or sets a value that specifies the vertical alignment of label text. |
![]() | WrapText | Returns or sets a Boolean value that determines whether label text is wrapped onto multiple lines if necessary, if this label type supports wrapping. |
Name | Description | |
---|---|---|
![]() | dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
![]() | noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new LabelStyle object that is a copy of the current instance. |
![]() | Copy | Copies a LabelStyle instance. |
![]() | CopyTo | Copies this LabelStyle to another LabelStyle object. |
![]() | Dispose | Cleans up resources allocated by this object. |
![]() | GetParentAppearance | Gets a reference to the parent appearance object held by this AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) |
![]() | Initialize | Constructor of a ready-to-use AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) |
![]() | Match | Determines if this LabelStyle is identical to another LabelStyle object. |
![]() | SetParentAppearance | Sets the parentAppearance field to the specified ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) |
![]() | SetParentProperty | Sets the appearanceProperty field to a property name. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) |
![]() | ToString | Returns a string representation of a LabelStyle object. |