Back to Devexpress

BollingerBandsIndicator.Style Property

maui-devexpress-dot-maui-dot-charts-dot-bollingerbandsindicator-f1847df0.md

latest1.5 KB
Original Source

BollingerBandsIndicator.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 BollingerBandsIndicatorStyle Style { get; set; }

Property Value

TypeDescription
BollingerBandsIndicatorStyle

An object that stores appearance settings of the Bollinger Bands indicator.

|

Example

To change the line appearance of the Bollinger Bands indicator, set its Style property to the BollingerBandsIndicatorStyle object with the specified settings.

xml
<dxc:BollingerBandsIndicator>
    <dxc:BollingerBandsIndicator.Style>
        <dxc:BollingerBandsIndicatorStyle Stroke="#ff1ceb" StrokeThickness="2"
                                          UpperStroke="#ff1ceb" LowerStroke="#ff1ceb" />
    </dxc:BollingerBandsIndicator.Style>

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

See Also

BollingerBandsIndicator Class

BollingerBandsIndicator Members

DevExpress.Maui.Charts Namespace