Share via


Chart.ShowDataLabelsOverMaximum Property

Returns or sets whether to show the data labels when the value is greater than the maximum value on the value axis. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ShowDataLabelsOverMaximum As Boolean
    Get
    Set
'Usage
Dim instance As Chart
Dim value As Boolean

value = instance.ShowDataLabelsOverMaximum

instance.ShowDataLabelsOverMaximum = value
bool ShowDataLabelsOverMaximum { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

If you change the value axis in such a way that it became smaller than the size of the data points, you can use this property to set whether to show the data labels. This property applies to 2-D charts only.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace