Back to Devexpress

EnvelopeIndicatorStyle Class

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-65b011ef.md

latest1.9 KB
Original Source

EnvelopeIndicatorStyle Class

Stores the appearance settings of the moving average envelope indicator.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public class EnvelopeIndicatorStyle :
    StyleBase

The following members return EnvelopeIndicatorStyle objects:

Example

To change the envelope indicator appearance, set the Style property to the EnvelopeIndicatorStyle object and use this object’s properties to customize envelope lines and the area between them.

xml
<dxc:EnvelopeIndicator>
    <dxc:EnvelopeIndicator.Style>
        <dxc:EnvelopeIndicatorStyle LowerStroke="#ff8fb1" LowerStrokeThickness="2" 
                                    UpperStroke="#ff8fb1" UpperStrokeThickness="2"
                                    Fill="#ff8fb1" Alpha="0.3"/>
    </dxc:EnvelopeIndicator.Style>

    <!--Indicator Data-->
</dxc:EnvelopeIndicator>

Implements

INotifyPropertyChanged

Inheritance

Object ChartElement StyleBase EnvelopeIndicatorStyle

See Also

EnvelopeIndicatorStyle Members

DevExpress.XamarinForms.Charts Namespace