DataLabel Class |
Namespace: Aspose.Slides.Charts
The DataLabel type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataLabel |
Creates a new instance of DataLabel class.
|
Name | Description | |
---|---|---|
![]() | ActualHeight |
Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read Single.
|
![]() | ActualWidth |
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read Single.
|
![]() | ActualX |
Specifies actual x location (left) of the chart element relative to the left top corner of the chart.
Call method IChart.ValidateChartLayout() before to get actual values.
Read Single.
|
![]() | ActualY |
Specifies actual top of the chart element relative to the left top corner of the chart.
Call method IChart.ValidateChartLayout() before to get actual values.
Read Single.
|
![]() | Bottom |
Bottom.
Read-only Single.
|
![]() | Chart |
Returns the parent chart.
Read-only IChart.
|
![]() | DataLabelFormat |
Returns data label format.
Read-only IDataLabelFormat.
|
![]() | Height |
Returns or sets the height of a title as a fraction of the height of the chart.
Read/write Single.
|
![]() | IsVisible |
False means that data label is not visible (and so all Show*-flags (ShowValue, ...) are false).
Read-only Boolean.
|
![]() | Right |
Right.
Read-only Single.
|
![]() | TextFormat |
Returns text format.
Read-only IChartTextFormat.
|
![]() | TextFrameForOverriding |
Can contain a rich formatted text. If this property is not null then this
formatted text value overrides auto-generated text of data label.
Auto-generated text of data label means text that is managed by ShowSeriesName,
ShowValue, ... properties and is formatted with the TextFormatManager.TextFormat property.
Read-only ITextFrame.
|
![]() | ValueFromCell |
Gets or sets workbook data cell. Applied if IDataLabelFormat.ShowLabelValueFromCell property equals true.
|
![]() | Width |
Returns or sets the width of a title as a fraction of the width of the chart.
Read/write Single.
|
![]() | X |
Returns or sets the x coordinate of a title as a fraction of the width of the chart.
Read/write Single.
|
![]() | Y |
Returns or sets the y coordinate of a title as a fraction of the height of the chart.
Read/write Single.
|
Name | Description | |
---|---|---|
![]() | AddTextFrameForOverriding |
Initialize TextFrameForOverriding with the text in paramener "text".
If TextFrameForOverriding is already initialized then simply changes its text.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetActualLabelText |
Returns actual label text based on DataLabelFormat settings or TextFrameForOverriding.Text value.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Hide |
Make data label hidden by setting all Show*-flags (ShowValue, ...) to false state.
IsVisible will be false after this.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |