ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor 1.2017.11.28

There is a newer version of this package available.
See the version list below for details.
dotnet add package ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor --version 1.2017.11.28
NuGet\Install-Package ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor -Version 1.2017.11.28
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor" Version="1.2017.11.28" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor --version 1.2017.11.28
#r "nuget: ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor, 1.2017.11.28"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor as a Cake Addin
#addin nuget:?package=ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor&version=1.2017.11.28

// Install ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor as a Cake Tool
#tool nuget:?package=ITLec.CRMChartGuy.XRMToolBox.AdvancedChartEditor&version=1.2017.11.28

Here you can edit the chart, and customize all its attributes.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 67,896 6/29/2021
1.2018.1014.2 32,659 10/14/2018
1.2018.1.14 28,373 1/13/2018
1.2017.11.28 20,310 11/28/2017
1.2017.11.2 18,998 11/1/2017
1.2017.8.29 24,755 8/29/2017
1.2017.8.7 12,903 8/7/2017
1.2017.6.27 19,806 6/27/2017
1.2017.6.11 13,024 6/11/2017
1.2017.6.10 7,393 6/6/2017
1.2017.6.9 3,066 6/4/2017
1.2017.6.8 1,127 6/3/2017
1.2017.6.7 1,081 6/3/2017
1.2017.6.6 1,167 6/2/2017
1.2017.6.5 1,695 6/2/2017
1.2017.6.4 4,342 5/31/2017
1.2017.6.3 1,023 5/31/2017
1.2017.6.2 987 5/31/2017
1.2017.6.1 1,007 5/31/2017
1.2017.5.31 3,327 5/31/2017

Updates 20171128
Add Preview to the chart.
Add small icon.
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