ArcObjects Library Reference (Carto)  

ISeriesProperties.ValueFormat Property

Format string for series value labels.

[Visual Basic .NET]
Public Property ValueFormat As String
[C#]
public string ValueFormat {get; set;}
[C++]
HRESULT get_ValueFormat(
  BSTR* Format
);
[C++]
HRESULT put_ValueFormat(
  BSTR Format
);
[C++]

Parameters

Format [out, retval]   Format is a parameter of type BSTR Format [in]   Format is a parameter of type BSTR

Product Availability

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

See Also

ISeriesProperties Interface

.NET Related Topics

How to change label formats and marks on an axis using a line graph