GroupDocs.Assembly for .NET 18.5 Release Notes

Major Features

Support for dynamic coloring of chart series and individual series points for the most of supported file formats.

Full List of Features Covering all Changes in this Release

KeySummaryCategory
ASSEMBLYNET-67 Support dynamic coloring of chart series and individual series points for Word Processing documents  Feature
ASSEMBLYNET-68Support dynamic coloring of chart series and individual series points for Spreadsheet documents Feature
ASSEMBLYNET-69Support dynamic coloring of chart series and individual series points for Presentation documents Feature

Public API and Backward Incompatible Changes

Support dynamic coloring of chart series

For a chart with dynamic data, you can set colors of chart series dynamically based upon expressions. To use the feature, do the following steps:

  • Declare a chart with dynamic data in the usual way

  • For chart series to be colored dynamically, define corresponding color expressions in names of these series using seriesColor tags having the following syntax:

    <<seriesColor [color_expression]>>
    

Support dynamic coloring of chart series points

For a chart with dynamic data, you can set colors of individual chart series points dynamically based upon expressions. To use the feature, do the following steps:

  • Declare a chart with dynamic data in the usual way

  • For chart series with points to be colored dynamically, define corresponding color expressions in names of these series using pointColor tags having the following syntax:

    <<pointColor [color_expression]>>