This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTAxisProperties Interface > IDataGraphTAxisProperties.ValueFormat Property (ArcObjects .NET 10.5 SDK) |
Format string for axis 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