Point.ApplyPictToSides Property

True if a picture is applied to the sides of the point or all points in the series.

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

Syntax

'Declaration
Property ApplyPictToSides As Boolean
    Get
    Set
'Usage
Dim instance As Point
Dim value As Boolean

value = instance.ApplyPictToSides

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

Property Value

Type: System.Boolean

Remarks

This property only applies to 3D charts.

See Also

Reference

Point Interface

Point Members

Microsoft.Office.Interop.Excel Namespace