Class ChartCartesianGridLinesPanel
Represents ChartCartesianGridLinesPanel.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartCartesianGridLinesPanel : ILayoutCalculator
Constructors
ChartCartesianGridLinesPanel(Panel)
Initializes a new instance of the ChartCartesianGridLinesPanel class.
Declaration
public ChartCartesianGridLinesPanel(Panel panel)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Panel | panel | The Panel |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | System.ArgumentNullException may be thrown |
Properties
Children
Gets the children count in the panel.
Declaration
public List<UIElement> Children { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Windows.UIElement> |
DesiredSize
Gets the desired size of the panel.
Declaration
public Size DesiredSize { get; }
Property Value
Type |
---|
System.Windows.Size |
Left
Gets or sets the left.
Declaration
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The left. |
Panel
Gets the panel.
Declaration
public Panel Panel { get; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.Panel | The panel. |
Top
Gets or sets the top.
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The top. |
Methods
Arrange(Size)
Arrranges the elements inside a panel.
Declaration
public Size Arrange(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | final size of the panel. |
Returns
Type | Description |
---|---|
System.Windows.Size | Returns Size |
Arrange3D(Size)
Arrranges the elements inside a panel.
Declaration
public Size Arrange3D(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | Final size of the panel. |
Returns
Type | Description |
---|---|
System.Windows.Size | Returns Size |
DetachElements()
Seek the elements.
Declaration
public void DetachElements()
DrawGridLines(ChartAxis)
Draws the Gridlines at definite intervals in ChartAxis
Declaration
public void DrawGridLines(ChartAxis axis)
Parameters
Type | Name | Description |
---|---|---|
ChartAxis | axis | Relevant ChartAxis |
DrawGridLines3D(ChartAxis)
Draws the Gridlines at definite intervals in ChartAxis
Declaration
public void DrawGridLines3D(ChartAxis axis)
Parameters
Type | Name | Description |
---|---|---|
ChartAxis | axis | Relevant ChartAxis |
Measure(Size)
Measures the elements in the panel.
Declaration
public Size Measure(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | Available size of the panel. |
Returns
Type | Description |
---|---|
System.Windows.Size | Returns Size |
UpdateElements()
Adds the elements in the panel.
Declaration
public void UpdateElements()
UpdateGridLines(ChartAxis)
Adds the Gridlines for the axis.
Declaration
public void UpdateGridLines(ChartAxis axis)
Parameters
Type | Name | Description |
---|---|---|
ChartAxis | axis | The Axis |