New to Telerik Reporting? Download free 30-day trial

Propagation of the Graph Series Styles

The diagram in this article illustrates the way the series styles of the Graph are propagated and how the style resolving algorithm falls back among the style definitions.

  • The boxes on the top row represent the report items contained in a Graph series.
  • Applicable properties is a list of properties that are applied to the report item style.

    If set, the conditional formatting rules and definitions affect the report item style.

  • The LegendItem Mark consists of a line and a marker. The color of the mark line is set by the line color of the LineSeries. The color of the marker and its line properties are affected by the DataPointStyle definition.

  • Setting a conditional formatting rule that changes the line style on the Line or Area series definition will affect the line style of the legend marker. However, setting a similar conditional formatting rule on the DataPoint will not affect the marker style of the LegendItem and it will be only applied on the DataPoint style.

A Diagram of the Style Resolving Fallback Algorithm Showing how the Series Styles of the Graph are Propagated

See Also

In this article