Back to Devexpress

CandleStickSeries2D.Model Property

wpf-devexpress-dot-xpf-dot-charts-dot-candlestickseries2d-6c3be337.md

latest1.5 KB
Original Source

CandleStickSeries2D.Model Property

Gets or sets the model used to draw elements of a 2D Candle Stick Series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public CandleStick2DModel Model { get; set; }
vb
Public Property Model As CandleStick2DModel

Property Value

TypeDescription
CandleStick2DModel

A CandleStick2DModel class descendant.

|

Example

The following example demonstrates how to modify the CandleStickSeries2D.Model property in XAML.

xaml
<dxc:CandleStickSeries2D.Model>
    <dxc:ThinCandleStick2DModel />
</dxc:CandleStickSeries2D.Model>

See Also

CandleStickSeries2D Class

CandleStickSeries2D Members

DevExpress.Xpf.Charts Namespace