Class ChartSeriesPresenter.IndicatorPresenter
Class implementation for IndicatorPresenter
Inheritance
System.Object
ChartSeriesPresenter.IndicatorPresenter
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class IndicatorPresenter : ContentPresenter
Constructors
IndicatorPresenter(ChartTechnicalIndicator)
Called when instance created for Indicatorpresenter
Declaration
public IndicatorPresenter(ChartTechnicalIndicator indicator)
Parameters
Type | Name | Description |
---|---|---|
ChartTechnicalIndicator | indicator |
Properties
Indicator
Gets the segment.
Declaration
public ChartTechnicalIndicator Indicator { get; }
Property Value
Type | Description |
---|---|
ChartTechnicalIndicator | The segment. |
Methods
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. |