Skip to main content
A newer version of this page is available. .

FlatStock2DModel Class

The Flat 2D Stock model.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public class FlatStock2DModel :
    PredefinedStock2DModel

Remarks

Flat stock model

Set the StockSeries2D.Model property to the FlatStock2DModel object to apply the model to a series.

<dxc:StockSeries2D>
 <dxc:StockSeries2D.Model>
   <dxc:FlatStock2DModel/>
 </dxc:StockSeries2D.Model>
</dxc:StockSeries2D>

The FlatStock2DModel is compatible with the Stock series.

See Also