Class ChartCartesianPanel
Represents panel for cartesian coordinate system.
Inheritance
Implements
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartCartesianPanel : Panel, IDisposable
Constructors
ChartCartesianPanel()
Declaration
public ChartCartesianPanel()
Fields
AxesThicknessProperty
Identifies the AxesThickness dependency property.
Declaration
public static readonly DependencyProperty AxesThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HorizontalScrollBarHeightProperty
Identifies the HorizontalScrollBarHeight dependency property.
Declaration
public static readonly DependencyProperty HorizontalScrollBarHeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
VerticalScrollBarWidthProperty
Identifies the VerticalScrollBarWidth dependency property.
Declaration
public static readonly DependencyProperty VerticalScrollBarWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
AxesThickness
Gets or sets the axes thickness. This is a dependency property.
Declaration
public Thickness AxesThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Thickness | The axes thickness. |
HorizontalScrollBarHeight
Gets or sets the height of the horizontal scroll bar. This is a dependency property.
Declaration
public double HorizontalScrollBarHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height of the horizontal scroll bar. |
VerticalScrollBarWidth
Gets or sets the width of the vertical scroll bar. This is a dependency property.
Declaration
public double VerticalScrollBarWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the vertical scroll bar. |
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The final area within the parent that this element should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
System.Windows.Size | The actual size used. |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the System.Windows.FrameworkElement-derived class.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available. |
Returns
Type | Description |
---|---|
System.Windows.Size | The size that this element determines it needs during layout, based on its calculations of child element sizes. |
OnVisualChildrenChanged(DependencyObject, DependencyObject)
Invoked when the System.Windows.Media.VisualCollection of a visual object is modified.
Declaration
protected override void OnVisualChildrenChanged(DependencyObject visualAdded, DependencyObject visualRemoved)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | visualAdded | The System.Windows.Media.Visual that was added to the collection. |
System.Windows.DependencyObject | visualRemoved | The System.Windows.Media.Visual that was removed from the collection. |