Back to Devexpress

TypicalPriceIndicator.Style Property

maui-devexpress-dot-maui-dot-charts-dot-typicalpriceindicator.md

latest1.5 KB
Original Source

TypicalPriceIndicator.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 typical price indicator line appearance, set the TypicalPriceIndicator.Style property to the LineIndicatorStyle object with the specified Stroke and StrokeThickness properties.

xml
<dxc:TypicalPriceIndicator>
    <dxc:TypicalPriceIndicator.Style>
        <dxc:LineIndicatorStyle Stroke="#9859c9"/>
    </dxc:TypicalPriceIndicator.Style>

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

See Also

TypicalPriceIndicator Class

TypicalPriceIndicator Members

DevExpress.Maui.Charts Namespace