Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / LayoutEngine Class
Properties Methods


In This Topic
    LayoutEngine Class Members
    In This Topic

    The following tables list the members exposed by LayoutEngine.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the default resource dictionary.  
    Public PropertyGets the layout mode for this layout engine.  
    Public PropertyGets the predefined layout type corresponding to this layout engine, or PredefinedLayoutTypes.Custom for custom layouts.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies the default template for the ChartPrimitive instances associated with the chart type for which the engine performs the layout.  
    Public MethodArranges the ChartPrimitive instances for the specified Series.  
    Public MethodCreates a collection of primitives for the specified Series and adds them to a list.  
    Public MethodCreates a list of hint primitive for the specified series and adds them to a list.  
    Public MethodPerforms the layout of the ChartPrimitive objects for the specified Series in logical coordinates.  
    Top
    Protected Methods
     NameDescription
    Protected Methodstatic (Shared in Visual Basic)  
    Protected MethodUnites specified x- and y-range with the specified Series x and y ranges.  
    Top
    See Also