ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMChartRenderer Class / DrawChartSymbolsAboveAllLayers Property

In This Topic
    DrawChartSymbolsAboveAllLayers Property
    In This Topic
    Gets or sets a value indicating whether or not to draw chart symbols for line or polygon features above all layers.
    Syntax
    public bool DrawChartSymbolsAboveAllLayers {get; set;}
    Public Property DrawChartSymbolsAboveAllLayers As Boolean
    Remarks
    This option applies when drawing charts for line or polygon layer. The background will be drawn in contents order and this option indicates if the charts should be drawn in contents order or above all other layers.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also