Back to Devexpress

EnvelopeIndicator.Style Property

maui-devexpress-dot-maui-dot-charts-dot-envelopeindicator-8594184a.md

latest1.5 KB
Original Source

EnvelopeIndicator.Style Property

Gets or sets the indicator appearance settings. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public EnvelopeIndicatorStyle Style { get; set; }

Property Value

TypeDescription
EnvelopeIndicatorStyle

An object that stores indicator appearance settings.

|

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>

See Also

EnvelopeIndicator Class

EnvelopeIndicator Members

DevExpress.Maui.Charts Namespace