1) Many visual and functional improvements through-out. 2) Fixed a few gaps in the use of localized international resource files related to SplineArea, SplineRibbon, GridBands. 3) Area plots improved for GdiPlus and speed improvements for area charts over 60K points. 4) The SubsetShades property will now support alpha blending when ViewingStyle is set to monochrome. 5) AreaBorer and SolidLineOverArea features help with Area plots and spike type data with GdiPlus. 6) SVG export is now supported. To guarantee vector quality to the printer, RenderEngine set to Hybrid is recommended. Print divers tend to rasterize the SVG content if too much alpha blending is used. 7) ExpotShapeLimit added in case you want to export a very wide but short chart. 8) Related to example 005, line annotations of grid line type fixed to match alpha color like normal grid lines. 9) Legend increased to 120 subsets. 10) GridAspect was not reflected in contour legend on left and right.
New v7.2 properties... PointGradientStyle PePlot.Option.PointGradientStyle Gets and Sets gradient for all solid points for PePlot.Method showing points. Type ProEssentials.Enums.PlotGradientStyle PointBorderColor PeColor.PointBorderColor Gets or Sets color and control of border line around solid points when PePlot.Method is set to include points. Default is argb 0 for no borderground, set to Color.Empty for border color to match brush, else set to any color as needed. LineSymbolThickness PePlot.Option.LineSymbolThickness Gets and Sets thickness for all non solid points for PePlot.Method showing points. Default 0=thinline=1pixel for display but it"s actually a logical unit that scales, 1=1pixel, 3 and higer = multiples of a thin line unit. AreaBorder PePlot.Option.AreaBorder Gets and Sets if a polyline is added to GdiPlus Area PePlot.Method graphics. Helps with large data sets where spikes in data results in a zero-width polygon spike that GdiPlus can hide. Value can be 1, 2, 3 pixel units for display and print, svg scales. SolidLineOverArea PePlot.Option.SolidLineOverArea Gets and Sets if a polyline is added on top Area plotting methods. These lines are drawn after all areas so they are always on top. Similar to HiddenLinesInArea but solid. Value can be 1, 2, 3 pixel units for display and print, svg scales. AxisBorders PeGrid.AxisBorders When PeConfigure.BorderTypes is set to NoBorders, this property controls if axes still include a border line. GraphAnnotRectHotSpots PeAnnotation.Graph.GraphAnnotationRectHotSpots Gets or Sets whether entire rect graph annotation is hotspot (true) or just corners (false). SvgXmlParms PeSpecial.svgXmlParms Default is empty string, allows setting the <?xml string content at start of SVG xml. End string with ?> Likely not needed but just in case. SvgXmlnsParms PeSpecial.SvgXmlnsParms Default is empty string, allows setting the starting svg XMLNS parms. If set, start with <svg, include width, height, viewbox to match your export. End string with > Likely not needed but just in case. ExportShapeLimit PeSpecial.ExportShapeLimit Default 0 for default .1 to 10 aspect ratio export limit. Set to 2, 3 to relax the shape limit when exporting images. 2=20, 3=30 PixelOffsetHalf PeConfigure.PixelOffsetHalf Gets and Sets if the GdiPlus anti alias mode is half or none. True = Half = HighQuality. Color edges are usually lighter if set to HighQuality. 3D Pe3do chart now supports AxisFormatX, AxisFormatY, AxisFormatZ. Mostly for adding thousand separators, and pretext posttext. Pe3do1.PeGrid.Option. Similar, PieChart Pepco added SliceLabelFormat Pepco1.PePlot.SliceLabelFormat #define PEP_bDISABLESTACKEDPERCENTMENUS 3466 // to hide the stacked percent menus and dialog items If needed, in .net set with Gigasoft.ProEssentials.Api.PEnset(Pego1.PeSpecial.hObject, 3466, 1) |