Dear Customers,
We have released Aspose.Chart 3.3.2.
Added:
Chart.SetResolution(float xDpi, float YDpi)
Chart.VerticalResolution
Chart.HorizontalResolution
Chart.Save(string imageFile, long jpegQuality)
Added: Logarithmic scale of axis:
Axis.ScaleType
Axis.LogarithmicBase
Axis.IntervalLogarithmic
Added: SeriesCollection.IndexOf(Series)
Fixed: Bad picture quality when save to Jpeg format.
Fixed: Chart is displayed incorrectly when LegendBox.LegendPositionType = LegendPositionType.Custom.
Fixed: The legend is located incorrectly when LegendBox.LegendPositionType = LegendPositionType.Top.
Fixed: Errors in a demo projects.