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


IHistogramSeriesProperties.Transparency Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IHistogramSeriesProperties.Transparency Property

Transparency level of histogram bars.

[Visual Basic .NET]
Public Property Transparency As Integer
[C#]
public int Transparency {get; set;}
[C++]
HRESULT get_Transparency(
  long* Level
);
[C++]
HRESULT put_Transparency(
  long Level
);
[C++]

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

Product Availability

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

See Also

IHistogramSeriesProperties Interface