ArcObjects Library Reference (Display)  

I3DChartSymbol.Tilt Property

Tilt of 3D Display (0-90 degrees).

[Visual Basic .NET]
Public Property Tilt As Integer
[C#]
public int Tilt {get; set;}
[C++]
HRESULT get_Tilt(
  long* Angle
);
[C++]
HRESULT put_Tilt(
  long Angle
);
[C++]

Parameters

Angle [out, retval]   Angle is a parameter of type long Angle [in]   Angle is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Tilt is not supported by the BarChartSymbol coclass.

See Also

I3DChartSymbol Interface