Specifies actual height of the chart element. Call function IChart.ValidateChartLayout() before to get actual values. Read float.
Returns:
float
getActualLabelText
Name
Description
getActualLabelText ()
Returns actual label text based on DataLabelFormat settings or TextFrameForOverriding.Text value.
Returns:
String
getActualWidth
Name
Description
getActualWidth ()
Specifies actual width of the chart element. Call function IChart.ValidateChartLayout() before to get actual values. Read float.
Returns:
float
getActualX
Name
Description
getActualX ()
Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call function IChart.ValidateChartLayout() before to get actual values. Read float.
Returns:
float
getActualY
Name
Description
getActualY ()
Specifies actual top of the chart element relative to the left top corner of the chart. Call function IChart.ValidateChartLayout() before to get actual values. Read float.
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.
Returns or sets the width of a title as a fraction of the width of the chart. Read/write float.
Returns:
float
getX
Name
Description
getX ()
Returns or sets the x coordinate of a title as a fraction of the width of the chart. Read/write float.
Returns:
float
getY
Name
Description
getY ()
Returns or sets the y coordinate of a title as a fraction of the height of the chart. Read/write float.
Returns:
float
hide
Name
Description
hide ()
Make data label hidden by setting all Show*-flags (ShowValue, …) to false state. IsVisible will be false after this. If data label is not visible (IsVisible is false) you can make data label visible with setting Show*-flags (ShowValue, …) to true state.
isVisible
Name
Description
isVisible ()
False means that data label is not visible (and so all Show*-flags (ShowValue, …) are false). Read-only boolean. If data label is visible you can make it hidden with Hide() function. But if data label is not visible (IsVisible is false) you can make data label visible with setting Show*-flags (ShowValue, …) to true state.
Returns:
boolean
setHeight
Name
Description
setHeight (float)
Returns or sets the height of a title as a fraction of the height of the chart. Read/write float.