This document is archived and information here might be outdated.  Recommended version.


I3DChartSymbol.Tilt Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > I3 > I3DChartSymbol Interface > I3DChartSymbol.Tilt Property
ArcGIS Developer Help

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(
  System.Int32* 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