ArcGIS Pro 3.2 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 CIMPolygonSymbol InvalidValuesSymbol {get; set;}
    Public Property InvalidValuesSymbol As CIMPolygonSymbol
    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, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also