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


IDataGraphTLegendProperties.TextStyle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphTLegendProperties.TextStyle Property

Options in representing values and labels in graph legend.

[Visual Basic .NET]
Public Property TextStyle As esriDataGraphTLegendTextSyle
[C#]
public esriDataGraphTLegendTextSyle TextStyle {get; set;}
[C++]
HRESULT get_TextStyle(
  esriDataGraphTLegendTextSyle* Style
);
[C++]
HRESULT put_TextStyle(
  esriDataGraphTLegendTextSyle Style
);
[C++]

Parameters Style [out, retval]
Style is a parameter of type esriDataGraphTLegendTextSyle Style [in]
Style is a parameter of type esriDataGraphTLegendTextSyle

Product Availability

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

See Also

IDataGraphTLegendProperties Interface