'DeclarationPublic Class PieLayout Inherits LayoutEngine
'UsageDim instance As PieLayout
public class PieLayout : LayoutEngine
Perform the creation, layout & arrangement of the primitives of pie charts.
'DeclarationPublic Class PieLayout Inherits LayoutEngine
'UsageDim instance As PieLayout
public class PieLayout : 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:PieLayout /> </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.PieLayout
| Name | Description | |
|---|---|---|
![]() | PieLayout Constructor | Initializes a new instance of the PieLayout class. |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultTemplate | Gets the default DataTemplate for a pie segment. |
![]() | LayoutMode | Gets the layout mode for PieLayout. (Inherited from Xceed.Wpf.Toolkit.Chart.LayoutEngine) |
![]() | LayoutType | Overridden. Gets the predefined layout type for PieLayout. |
| Name | Description | |
|---|---|---|
![]() | ApplyDefaultTemplate | Overridden. Applies the default DataTemplate for a pie segment to specified series. |
![]() | ArrangePrimitives | Overridden. Arranges pie primitives for the specified series in pixel coordinates. |
![]() | CreateElements | Overridden. Arranges a pie chart's ChartPrimitive instances for the specified Series in pixel coordinates. |
![]() | CreateHints | Overridden. Creates the pie 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. |
![]() | CreatePieSliceGeometry | Creates the Geometry for a pie slice. |
![]() | CreateSinglePieSliceGeometry | Creates the Geometry for single pie slice. |
![]() | UniteWithSeriesRange | Unites specified x- and y-range with the specified Series x and y ranges. (Inherited from Xceed.Wpf.Toolkit.Chart.LayoutEngine) |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.