Version

ChartLabelBase Class Members

The following tables list the members exposed by ChartLabelBase.

Public Properties
 NameDescription
Public PropertyBorderDetermines the appearance of the border drawn around the text area, as well as whether a border appears. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyChartReturns the owning chart (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyDefaultFontDefines the font properties for each formatted run in the ChartTextAreaBase.Text that has no more specific setting. Read-only. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyFillReturns or sets a ChartFillBase derived object which defines the fill properties for the text area. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyFormulaThe formula used to get the text displayed within the text area. (read-only). (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyHorizontalOverflowDetermines whether text is allowed to continue horizontally outside the bounds of the containing element. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyLeftThe left position of the text area (ignored unless ChartTextAreaBase.Position is set to 'Custom'). (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyNumberFormatReturns or sets the format to use for numbers.  
Public PropertyNumberFormatLinkedTrue if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).  
Public PropertyOwnerreturns this object's owner. (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyPositionDetermines whether the position of the text area is automatic or custom as specified by the ChartTextAreaBase.Left and ChartTextAreaBase.Top properties. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyReadingOrderDetermines the reading order (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyRotationDetermines the rotation of the text area, expressed in degrees. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertySheetThe owning sheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyTextReturns or sets a Infragistics.Documents.Excel.FormattedString object which defines the text to be displayed by the associated chart element. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyTextDirectionDetermines the orientation and direction in which text flows. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyTopThe top position of the text area (ignored unless ChartTextAreaBase.Position is set to 'Custom'). (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyVerticalAlignmentDetermines the vertical alignment of the text area. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyVerticalOverflowDetermines whether text is allowed to continue vertically outside the bounds of the containing element. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public PropertyWorkbookThe owning workbook (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyWorksheetThe owning worksheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyWrapTextDetermines whether text is wrapped when it would exceed the bounds of the containing element. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
Public Methods
 NameDescription
Public MethodSetFormulaAssigns a new Infragistics.Documents.Excel.Formula to this instance. (Inherited from Infragistics.Documents.Excel.Charts.ChartTextAreaBase)
See Also