Class ChartCartesianAreaGrid
Renders the chart grid.
Inheritance
Implements
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartCartesianAreaGrid : FrameworkElement, IDisposable
Constructors
ChartCartesianAreaGrid()
Declaration
public ChartCartesianAreaGrid()
Fields
AlternatingLinesBrushProperty
DependencyProperty as the backing store for AlternatingLinesBrush.
Declaration
public static readonly DependencyProperty AlternatingLinesBrushProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
AlternatingLinesDirectionProperty
DependencyProperty as the backing store for AlternatingLinesDirection.
Declaration
public static readonly DependencyProperty AlternatingLinesDirectionProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
AxesProperty
Using a DependencyProperty as the backing store for Axes. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AxesProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
BackgroundProperty
Using a DependencyProperty as the backing store for Background. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
FillRuleProperty
DependencyProperty as the backing store for FillMode.
Declaration
public static readonly DependencyProperty FillRuleProperty
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
AlternatingLinesBrush
Gets or sets AlternatingLinesBrush.
Declaration
public Brush AlternatingLinesBrush { get; set; }
Property Value
| Type |
|---|
| System.Windows.Media.Brush |
AlternatingLinesDirection
Gets or sets alt. lines direction.
Declaration
public Orientation AlternatingLinesDirection { get; set; }
Property Value
| Type |
|---|
| System.Windows.Controls.Orientation |
Axes
Gets or sets the axes.
Declaration
public ChartAxesCollection Axes { get; set; }
Property Value
| Type | Description |
|---|---|
| Syncfusion.Windows.Chart.ChartAxesCollection | The axes value. |
Background
Gets or sets the background.
Declaration
public Brush Background { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Media.Brush | The background. |
FillRule
Gets or sets fill rule for alt. grid lines.
Declaration
public AlternatingFillMode FillRule { get; set; }
Property Value
| Type |
|---|
| AlternatingFillMode |
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
Dispose()
Declaration
public void Dispose()
OnRender(DrawingContext)
When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Media.DrawingContext | drawingContext | The drawing instructions for a specific element. This context is provided to the layout system. |