STK ObjectsSend comments on this topic.
NetworkThroughputZeroPctContourColor Property (IAgChGfxAnimation)
See Also
Windows





Windows & Linux

Description

The color for the 0 percentage network throughput contours graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NetworkThroughputZeroPctContourColor() As System.Drawing.Color
[C#]
public System.Drawing.Color NetworkThroughputZeroPctContourColor {get; set;}
[Managed C++]
public: __property uint get_NetworkThroughputZeroPctContourColor();
public: __property void set_NetworkThroughputZeroPctContourColor( uint );
[Unmanaged C++]
public: HRESULT get_NetworkThroughputZeroPctContourColor(
    uint * pVal
);
public: HRESULT put_NetworkThroughputZeroPctContourColor(
    uint networkThroughputZeroPctContourColor
);
[Java]
public long getNetworkThroughputZeroPctContourColor();
public void setNetworkThroughputZeroPctContourColor(
    long
);
[Python - STK API ]
@property
def NetworkThroughputZeroPctContourColor(self) -> agi.stk13.utilities.colors.Color:

@NetworkThroughputZeroPctContourColor.setter
def NetworkThroughputZeroPctContourColor(self, networkThroughputZeroPctContourColor:agi.stk13.utilities.colors.Color) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.