|
Mixed XY Chart |
Top Previous Next |
This is what mixed XY chart looks like:
When a "simple" XY chart is added as a sub-chart to a mixed XY chart, is has the following differences from its "standalone" version:
Custom Properties of Sub-charts Every "simple" XY chart added as a sub-chart to a mixed XY chart supports all trending properties and has several additional properties: Domain Axis Index The index of parent mixed chart's domain axis to use. First axis in the parent's domain axes table has index 1. Property name: domainAxisIndex Property type: Integer range Axis Index The index of parent mixed chart's range axis to use. First axis in the parent's range axes table has index 1. Property name: rangeAxisIndex Property type: Integer Z-Order Z-index of the sub-chart in the parent's plot. Charts with lower order numbers overlap chart's with higher order numbers. Property name: index Property type: Integer Common Properties Width, Height, Bindings, Visible, Background, Border All properties of a XY Plot. Custom Properties None defined. Common Events Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost Additional Examples A mixed chart with a financial sub-chart and a moving average trend sub-chart:
A mixed chart with a line sub-chart and a moving average trend sub-chart:
A mixed chart with line and bar sub-charts:
A mixed chart with financial and bar sub-charts:
Another mixed chart with line and bar sub-charts using different range axes:
A mixed chart with a line sub-chart using shape-only rendering (i.e. Default Lines Visible is disabled) and a linear trend sub-chart:
|