ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StackedChartRendererDefinition Class / SizeOption Property

In This Topic
    SizeOption Property (StackedChartRendererDefinition)
    In This Topic
    Gets and sets the stack chart size option
    Syntax
    public StackChartSizeOptions SizeOption {get; set;}
    Public Property SizeOption As StackChartSizeOptions
    Remarks
    Determines how the length of the overall stack chart symbol is set. Size can be either fixed (all the stacks the same length) which is the default or proportional. If it is proportional, length will be based on the sum of all (eligible) fields: StackChartSizeOptions.SumSelectedFields The default value is StackChartSizeOptions.Fixed.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also