|
Mixed Category Chart |
Top Previous Next |
This is what mixed category chart looks like:
When a "simple" category chart is added as a sub-chart to a mixed category chart, is has the following differences from its "standalone" version:
Custom Properties of Sub-charts Every "simple" category chart added as a sub-chart to a mixed category chart 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 Category 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 category chart with line and bar sub-charts using different range axes:
Almost same as above, but with 3D renderers:
Almost same as above, but with horizontal orientation:
A mixed chart with a bar sub-chart and a line sub-chart using Level renderer:
|