Class ChartSeriesCanvas
Inheritance
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartSeriesCanvas : Canvas
Constructors
ChartSeriesCanvas()
Declaration
public ChartSeriesCanvas()
Fields
SeriesProperty
Using a DependencyProperty as the backing store for Series. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SeriesProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
XAxisProperty
Using a DependencyProperty as the backing store for XAxis. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty XAxisProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
YAxisProperty
Using a DependencyProperty as the backing store for YAxis. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty YAxisProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Series
Gets or sets the series.
Declaration
public ChartSeries Series { get; set; }
Property Value
Type | Description |
---|---|
ChartSeries | The series. |
XAxis
Gets or sets the X axis.
Declaration
public ChartAxis XAxis { get; set; }
Property Value
Type | Description |
---|---|
ChartAxis | The X axis. |
YAxis
Gets or sets the Y axis.
Declaration
public ChartAxis YAxis { get; set; }
Property Value
Type | Description |
---|---|
ChartAxis | The Y axis. |
Methods
ArrangeOverride(Size)
Arranges the content of a System.Windows.Controls.Canvas element.
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | arrangeSize | The size that this System.Windows.Controls.Canvas element should use to arrange its child elements. |
Returns
Type | Description |
---|---|
System.Windows.Size | A System.Windows.Size that represents the arranged size of this System.Windows.Controls.Canvas element and its descendants. |
MeasureOverride(Size)
Measures the child elements of a System.Windows.Controls.Canvas in anticipation of arranging them during the System.Windows.Controls.Canvas.ArrangeOverride(System.Windows.Size) pass.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | constraint | An upper limit System.Windows.Size that should not be exceeded. |
Returns
Type | Description |
---|---|
System.Windows.Size | A System.Windows.Size that represents the size that is required to arrange child content. |
OnVisibleRangeChanged(Object, EventArgs)
Called when visible range is changed.
Declaration
public void OnVisibleRangeChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender. |
System.EventArgs | e | The System.EventArgs instance containing the event data. |