'Declaration Public Class LineLayout Inherits LayoutEngine
'Usage Dim instance As LineLayout
public class LineLayout : LayoutEngine
Performs the creation, layout & arrangement of the primitives of line charts.
'Declaration Public Class LineLayout Inherits LayoutEngine
'Usage Dim instance As LineLayout
public class LineLayout : LayoutEngine
<xctk:Chart> <xctk:Chart.Areas> <xctk:Area x:Name="_area1" Title="Area #1"> <xctk:Area.Series> <xctk:Series x:Name="_series" DefaultInterior="BlueViolet" Spacing="20" Title="Average" ShowPointsInLegend="false" ShowHintLabels="false" HintLineLength="20"> <xctk:Series.Layout> <xctk:LineLayout /> </xctk:Series.Layout> <xctk:Series.DataPoints> <xctk:DataPoint X="1" Y="1" Label="Oct" /> <xctk:DataPoint X="2" Y="2" Label="Jan"/> <xctk:DataPoint X="2.5" Y="1.5" Label="Feb" /> <xctk:DataPoint X="4" Y="1" Label="Jun"/> <xctk:DataPoint X="1.5" Y="3" Label="Dec"/> <xctk:DataPoint X="5" Y="5" Label="Apr"/> <xctk:DataPoint X="3" Y="1" Label="Nov"/> <xctk:DataPoint X="4.5" Y="7" Label="Jul"/> <xctk:DataPoint X="3.5" Y="4.5" Label="Aug"/> </xctk:Series.DataPoints> </xctk:Series> </xctk:Area.Series> </xctk:Area> </xctk:Chart.Areas> </xctk:Chart>
System.Object
Xceed.Wpf.Toolkit.Chart.LayoutEngine
Xceed.Wpf.Toolkit.Chart.LineLayout
Name | Description | |
---|---|---|
![]() | LineLayout Constructor | Initializes a new instance of the LineLayout class. |
Name | Description | |
---|---|---|
![]() ![]() | DefaultTemplate | Gets the default DataTemplate for a line. |
![]() | LayoutMode | Gets the layout mode for LineLayout. (Inherited from Xceed.Wpf.Toolkit.Chart.LayoutEngine) |
![]() | LayoutType | Overridden. Gets the predefined layout type for LineLayout. |
Name | Description | |
---|---|---|
![]() | ApplyDefaultTemplate | Overridden. Applies the default template for a column (bar) to the specified Series. |
![]() | ArrangePrimitives | Overridden. Arranges line primitives for the specified series in pixel coordinates. |
![]() | CreateElements | Overridden. Arranges a line chart's ChartPrimitive instances for the specified Series in pixel coordinates. |
![]() | CreateHints | Overridden. Creates the line chart hint labels and lines. |
![]() | PerformLayout | Overridden. Performs the layout of the ChartPrimitive objects for the specified Series in logical coordinates. |
Name | Description | |
---|---|---|
![]() | ArrangeHint | Arranges the hint label and line. |
![]() | ArrangeMarker | Performs layout for marker primitives in logical coordinates. |
![]() | OnPropertyChanged | |
![]() | UniteWithSeriesRange | Unites specified x- and y-range with the specified Series x and y ranges. (Inherited from Xceed.Wpf.Toolkit.Chart.LayoutEngine) |
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2