maui-devexpress-dot-maui-dot-charts-f7f7de57.md
Stores stock series appearance settings.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public class StockSeriesStyle :
StyleBase
The following members return StockSeriesStyle objects:
To change the stock series appearance, set the StockSeries.Style property to the StockSeriesStyle object, and use this object’s RisingStroke/FallingStroke and StrokeThickness properties that specify colors and thickness of data point markers.
<dxc:StockSeries>
<dxc:StockSeries.Style>
<dxc:StockSeriesStyle RisingStroke="#1f211f" FallingStroke="#e63833" StrokeThickness="2"/>
</dxc:StockSeries.Style>
<!--Series Data-->
</dxc:StockSeries>
System.Object BindableObject Element ChartElementBase ChartElement StyleBase StockSeriesStyle CandleStickSeriesStyle
YieldIfNotNull<StockSeriesStyle>()
See Also