Hello
I have a Pivot table with:
Primary=Primary.Table View="View.Both"
I have a toolbar that lets user switch between Table and Chart:
public List<SfPv.ToolbarItems> toolbar = new List<SfPv.ToolbarItems> {
SfPv.ToolbarItems.Export,
SfPv.ToolbarItems.SubTotal,
SfPv.ToolbarItems.GrandTotal,
//SfPv.ToolbarItems.ConditionalFormatting,
SfPv.ToolbarItems.NumberFormatting,
SfPv.ToolbarItems.FieldList,
SfPv.ToolbarItems.Chart,
SfPv.ToolbarItems.Grid
};
In 18.3.0.44 when you switch from table to chart then the vertical height of the chart is small and then keeps on growing.
Looks like a bug to me
Thank you