PageRenderTime 196ms CodeModel.GetById 7ms RepoModel.GetById 0ms app.codeStats 0ms

/Main/src/DevSamples/TwoIndependentAxes/Readme.txt

#
Plain Text | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 2a431439ad5f7d6324468be4577db97f MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. This sample shows how to show on one plotter two (or more) different line charts and how to manage the way they are shown together.
  2. To show each independent chart, which is going to be shown at the plotter, it is necessary to create an InjectedPlotter inside of parent ChartPlotter.
  3. Such InjectedPlotter is created in Window1.xaml.
  4. There are four different modes in which inner InjectedPlotter will set it's Visible rect. You should specify this mode in InnerPlotter.ConjunctionMode
  5. property.