ArcObjects Library Reference (TrackingAnalystUI)  

IDataClockChart.Data_Value Property

Indicates value for data included in the data clock chart.

[Visual Basic .NET]
Public Function get_Data_Value ( _
    ByVal nRing As Short, _
    ByVal nWedge As Short _
) As Integer
[Visual Basic .NET]
Public Sub set_Data_Value ( _
    ByVal nRing As Short, _
    ByVal nWedge As Short, _
    ByVal pVal As Integer _
)
[C#]
public int get_Data_Value (
    short nRing,
    short nWedge
);
[C#]
public void set_Data_Value (
    short nRing,
    short nWedge,
    int pVal
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IDataClockChart Interface