ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMPieChartMarker Class / InvalidValuesSymbol Property

In This Topic
    InvalidValuesSymbol Property
    In This Topic
    Gets or sets the polygon symbol used to draw features with invalid values.
    Syntax
    Public Property InvalidValuesSymbol As CIMPolygonSymbol
    public CIMPolygonSymbol InvalidValuesSymbol {get; set;}
    Remarks
    A feature has "invalid values" if all the field values used by the renderer are negative, zero, or null.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also