ArcGIS Pro 2.6 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
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

StackedChartRendererDefinition Class
StackedChartRendererDefinition Members