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


IDataGraphTLegendProperties.TextStyle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTLegendProperties Interface > IDataGraphTLegendProperties.TextStyle Property
ArcGIS Developer Help

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