New builds uploaded.
Fixed and changed
1. PivotCube VCL TPivotGrid.CreateDropDownchart procedure parameters changed to provide better flexibility with chart background gradients
TPVCharDDForm properties added
property ChartBackgroundStartColor : TColor read FChartBackgroundStartColor write SetChartBackgroundStartColor;
property ChartBackgroundEndColor : TColor read FChartBackgroundEndColor write SetChartBackgroundEndColor;
property ChartType : TChartSeriesClass read FChartType write SetChartType;
property AllowGradient : boolean read FAllowGradient write SetAllowGradient;
use event handler TPivotGrid.OnDDChartCreated to handle these properties at runtime.
2. PivotCubeX procedure AboutBox fixed