Skip to main content

FlatStock2DModel Class

Represents the Flat Stock pre-defined model.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public class FlatStock2DModel :
    PredefinedStock2DModel

#Remarks

To define this model for a Stock series, assign an instance of the FlatStock2DModel class to the StockSeries2D.Model property.

The following image demonstrates the FlatStock2DModel.

models-stock-FlatStock2DModel

For a code example, see How to: Assign Different Models for Series and Point Markers.

See Also