ArcGIS Pro 2.9 API Reference Guide
SizeOption Property (StackedChartRendererDefinition)

ArcGIS.Desktop.Mapping Namespace > StackedChartRendererDefinition Class : SizeOption Property
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, Windows 8.1

See Also

Reference

StackedChartRendererDefinition Class
StackedChartRendererDefinition Members