SciChart.Examples.ExternalDependencies Behavior that will connect an UI event to a viewmodel Command, allowing the event arguments to be passed as the CommandParameter. Attaches the handler to the event Executes the Command A ValueConverter which can convert Boolean to any value, e.g. Boolean to Visibility, Boolean to Margin The value to convert to if the input boolean is true The value to convert to if the input boolean is false The value to convert to if the input boolean is true and in Silverlight Modifies the source data before passing it to the target for display in the UI. The source data being passed to the target. The of data expected by the target dependency property. An optional parameter to be used in the converter logic. The culture of the conversion. The value to be passed to the target dependency property. Modifies the target data before passing it to the source object. This method is called only in bindings. The target data being passed to the source. The of data expected by the source object. An optional parameter to be used in the converter logic. The culture of the conversion. The value to be passed to the source object. Specifies different collapse modes of a ExtendedGridSplitter. The ExtendedGridSplitter cannot be collapsed or expanded. The column (or row) to the right (or below) the splitter's column, will be collapsed. The column (or row) to the left (or above) the splitter's column, will be collapsed. An updated version of the standard ExtendedGridSplitter control that includes a centered handle which allows complete collapsing and expanding of the appropriate grid column or row. Handles the property change event of the IsCollapsed property. The new value for the IsCollapsed property. Handles the property change event of the CollapseMode property. The new value for the CollapseMode property. Collapses the target ColumnDefinition or RowDefinition. Expands the target ColumnDefinition or RowDefinition. Determine the collapse direction based on the horizontal and vertical alignments Raises the Collapsed event. Contains event arguments. Raises the Expanded event. Contains event arguments. Handles the Checked event of either the Vertical or Horizontal GridSplitterHandle ToggleButton. An instance of the ToggleButton that fired the event. Contains event arguments for the routed event that fired. Handles the Unchecked event of either the Vertical or Horizontal GridSplitterHandle ToggleButton. An instance of the ToggleButton that fired the event. Contains event arguments for the routed event that fired. Uses DoubleAnimation and a StoryBoard to animated the collapsing of the specificed ColumnDefinition or RowDefinition. The RowDefinition or ColumnDefintition that will be collapsed. Uses DoubleAnimation and a StoryBoard to animate the expansion of the specificed ColumnDefinition or RowDefinition. The RowDefinition or ColumnDefintition that will be expanded. An enumeration that specifies the direction the ExtendedGridSplitter will be collapased (Rows or Columns). A helper class which is used to invoke commands on the Loaded and Unloaded events of a FrameworkElement Used to show or hide UIElements based on framework (WPF, Silverlight) All supported power plans. Opens Power Options section of the Control Panel. Indicates that almost no power savings measures will be used. Indicates that fairly aggressive power savings measures will be used. Indicates that very aggressive power savings measures will be used to help stretch battery life. All supported power plans. Opens Power Options section of the Control Panel. A toolbar used in examples to simplify zoom, oom extents, rollover, cursor etc... for the polar charts. This also helps us with testing ;) PlaneProjector - dead simple interactive 3D in WPF. Read more at http://blogs.msdn.com/greg_schechter/archive/2007/10/26/enter-the-planerator-dead-simple-3d-in-wpf-with-a-stupid-name.aspx Greg Schechter - Fall 2007 Wrap this around a class that we want to catch the measure and arrange processes occuring on, and propagate to the parent PlaneProjector, if any. Do this because layout invalidations don't flow up out of a Viewport2DVisual3D object. Interaction logic for ExceptionView.xaml ExceptionView InitializeComponent Defines the SnapToSelectedSeriesCommand property MyCustomAnnotation InitializeComponent A toolbar used in examples to simplify zoom, pan, zoom extents, rollover, cursor etc... This also helps us with testing ;-) A data-structure to contain a list of X,Y double-precision points Performs an in-place complex FFT. Released under the MIT License Copyright (c) 2010 Gerald T. Beauregard Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Initialize class to perform FFT of specified size. @param logN Log2 of FFT length. e.g. for 512 pt FFT, logN = 9. Performs in-place complex FFT. @param xRe Real part of input/output @param xIm Imaginary part of input/output @param inverse If true, do an inverse FFT Do bit reversal of specified number of places of an int For example, 1101 bit-reversed is 1011 @param x Number to be bit-reverse. @param numBits Number of bits in the number. Fast MovingAverage LINQ Extension method provided for example purposes on an AS IS BASIS ONLY. ACCURACY OF CALCULATION NOT GAURANTEED Fast MovingAverage LINQ Extension method provided for example purposes on an AS IS BASIS ONLY. ACCURACY OF CALCULATION NOT GAURANTEED Fast Macd LINQ Extension method provided for example purposes on an AS IS BASIS ONLY. ACCURACY OF CALCULATION NOT GAURANTEED Fast Rsi LINQ Extension method provided for example purposes on an AS IS BASIS ONLY. ACCURACY OF CALCULATION NOT GAURANTEED Fast Moving Average class provided for example purposes on an AS IS BASIS ONLY. ACCURACY OF CALCULATION NOT GAURANTEED Extracts the DateTime column of the PriceSeries as an array Extracts the Open column of the PriceSeries as an array Extracts the High column of the PriceSeries as an array Extracts the Low column of the PriceSeries as an array Extracts the Close column of the PriceSeries as an array Extracts the Volume column of the PriceSeries as an array AnnotationStylesResourceDictionary InitializeComponent