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


IDataClockChart.Data_Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > ID > IDataClockChart Interface > IDataClockChart.Data_Value Property
ArcGIS Developer Help

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