Class ChartRangeAreaSegment
Represents chart range area segment.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartRangeAreaSegment : ChartAreaSegment, IDisposable
Fields
FillBrushProperty
Identifies the FillBrush dependency property. Using a DependencyProperty as the backing store for FillBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FillBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
FillBrush
Gets or sets the fill brush.
Declaration
public Brush FillBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The fill brush. |
IsHighLow
Gets or sets a value indicating whether this instance is high low.
Declaration
protected bool IsHighLow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
Draw3DSegment(IChartTransformer)
Draws the 3D segment.
Declaration
public override void Draw3DSegment(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The transformer |
Overrides
Update(IChartTransformer)
Updates the real coordinates of segment.
Declaration
public override void Update(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The transformer |
Overrides
See Also
Implements
System.IDisposable