Back to Devexpress

CommodityChannelIndexIndicator.Style Property

maui-devexpress-dot-maui-dot-charts-dot-commoditychannelindexindicator-5e2a0f7a.md

latest1.6 KB
Original Source

CommodityChannelIndexIndicator.Style Property

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

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public LineIndicatorStyle Style { get; set; }

Property Value

TypeDescription
LineIndicatorStyle

An object that stores line appearance settings.

|

Example

To change the indicator line appearance, set the CommodityChannelIndexIndicator.Style property to the LineIndicatorStyle object with the specified Stroke and StrokeThickness properties.

xml
<dxc:CommodityChannelIndexIndicator>
    <dxc:CommodityChannelIndexIndicator.Style>
        <dxc:LineIndicatorStyle Stroke="#e95ddc" StrokeThickness="2"/>
    </dxc:CommodityChannelIndexIndicator.Style>

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

See Also

CommodityChannelIndexIndicator Class

CommodityChannelIndexIndicator Members

DevExpress.Maui.Charts Namespace