ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor
1.2021.607.3
dotnet add package ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor --version 1.2021.607.3
NuGet\Install-Package ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor -Version 1.2021.607.3
<PackageReference Include="ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor" Version="1.2021.607.3" />
paket add ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor --version 1.2021.607.3
#r "nuget: ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor, 1.2021.607.3"
// Install ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor as a Cake Addin #addin nuget:?package=ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor&version=1.2021.607.3 // Install ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor as a Cake Tool #tool nuget:?package=ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor&version=1.2021.607.3
Here you can edit the chart, and customize all its attributes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- XrmToolBox (>= 1.2017.3.14)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2021.607.3 | 71,003 | 6/29/2021 |
1.2018.1014.2 | 32,721 | 10/14/2018 |
1.2018.1.14 | 28,407 | 1/13/2018 |
1.2017.11.28 | 20,350 | 11/28/2017 |
1.2017.11.2 | 19,033 | 11/1/2017 |
1.2017.8.29 | 24,792 | 8/29/2017 |
1.2017.8.7 | 12,933 | 8/7/2017 |
1.2017.6.27 | 19,839 | 6/27/2017 |
1.2017.6.11 | 13,053 | 6/11/2017 |
1.2017.6.10 | 7,422 | 6/6/2017 |
1.2017.6.9 | 3,106 | 6/4/2017 |
1.2017.6.8 | 1,162 | 6/3/2017 |
1.2017.6.7 | 1,109 | 6/3/2017 |
1.2017.6.6 | 1,198 | 6/2/2017 |
1.2017.6.5 | 1,727 | 6/2/2017 |
1.2017.6.4 | 4,376 | 5/31/2017 |
1.2017.6.3 | 1,054 | 5/31/2017 |
1.2017.6.2 | 1,018 | 5/31/2017 |
1.2017.6.1 | 1,038 | 5/31/2017 |
1.2017.5.31 | 3,362 | 5/31/2017 |
Update 07-06-2021:-
Add new attributes to the chart.
Remove/ Group unsupported attributes.
Update 14-1-2018
Bugs fixed
Sometimes custom properties for pie charts where not showing for pie charts. This has been corrected.
Additions
Palette in the chart now includes the Unified User Interface color palette. Note that this palette only has 8 colors, where other palettes have 16-24 colors.
Updates
Custom properties are now logically grouped for the following chart types
Column
StackedColumn
StackedColumn100
Area
StackedArea
StackedArea100
Bar
StackedBar
StackedBar100
Line
Point
Funnel
Bubble
Pie
Doughnut
Updates 20171102
Properties on Series are now grouped in a more logical manner for better navigation.
XML text editor now supports collapsing and expanding nodes.
XML text editor now have scrollbars so all areas of XML can be edited.
All marker type properties now have better descriptions.
All marker type properties now have number validation where relevant.
ShadowOffset and ShadowColor properties added to series.
Fixes
When a color is used in the custom properties it fails because of the commas. Colors replaced with named list for custom properties only. Entering HEX manually is supported.
Spaces are removed upon continued used in custom properties.
-------
Updates to ChartStructure XML 8/29
Number fields have better decimal point control in the editor.
Editor now only allow valid ranges in number fields
Editor now only allow decimals on numbers when allowed by XML
Editor now lets you add missing nodes.
Nodes that can be added in the editor
• Annotations
○ TextAnnotations
• Legends
○ Legend
• AxisY2
• AxisX2
For each Axis, the following nodes that can be added for AxisX, AxisY, AxisX2, AxisY2
• MajorGrid
• MajorTickMark
• MinorGrid
• MinorTickMark
• LabelStyle
• ScaleBreakStyle
The series now support all marker properties:
• MarkerBorderColor
• MarkerBorderWidth
• MarkerColor
• MarkerSize
• MarkerStep
MarkerStyle
New features (1.2017.8.7):-
1- BarLabelStyle properties enumeration list corrected
2- LabelAutofitStyle properties enumeration list corrected
3- LegendStyle enumeration added
4- Legend Docking enumeration added
5- Legend IsEquallySpacedItems added
6- Legend Alignment added
7- Legend ItemColumnSpacing added
8- Custom properties for chart type Point added
New features (1.2017.6.27):-
1- New Attributes
2- Help Tooltip for the attributes
3- Save As
4- Delete
5- Update Without Publish
6- Adding Annotation Node By Default