ActiveReports 18 .NET Edition
Report Authors: Designer Components / Report Controls / Page/RDLX Report / Chart / Multiplot Charts
In This Topic
    Multiplot Charts
    In This Topic

    Multiplot charts have a common X axis with the Y axis displaying different values. Some of the most common combinations of plots in a chart are:

    Note:  You can use any combination of Line, Area, Column, or Financial Chart as long as the X axis uses the same set of values.

    To compare data points between two plots, you can use the following functions, available in the Expression Editor (PlotRule > Condition):

    Note: The second argument in the examples above is optional and is required only in a Financial or Gantt chart. Supported values are high, low, open, close, lower, upper.

    Let's look at some multiplot chart examples.

    Multiplot Chart: Line and Column

    This chart has two plots (Line and Column) with the Ship City category data. The chart's Plot2 has the Rules >Rule1 set as follows in the RuleDesignerCollectionEditor:

    Multiplot Chart: Line and Column 

    Multiplot Chart: High Low Open Close and Line

    This chart has two plots (High Low Open Close and Line) with the DateTime category data. The chart's Plot1 has the Rules >Rule1 set as follows in the RuleDesignerCollectionEditor:

    Multiplot Chart: High Low Open Close and Line 

    Multiplot Chart: Area and Column

    This chart has two plots (Area and Column) with the Product Line category data. The chart's Plot2 has the Rules >Rule1 set as follows in the RuleDesignerCollectionEditor:

    Multiplot Chart: Area and Column

    See Also