SimpleStock2DModel Class
In This Article
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[Obsolete("The SimpleStock2DModel class is obsolete now. Use the ThinStock2DModel class instead.")]
public class SimpleStock2DModel :
PredefinedStock2DModel
#Remarks
To define this model for a Stock series, assign an instance of the SimpleStock2DModel class to the StockSeries2D.Model property.
The following image demonstrates the SimpleStock2DModel.
For a code example, see How to: Assign Different Models for Series and Point Markers.
#Inheritance
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
DevExpress.Xpf.Charts.PointModel
Stock2DModel
PredefinedStock2DModel
SimpleStock2DModel
See Also