Back to Devexpress

ModelControl.PresentationData Property

wpf-devexpress-dot-xpf-dot-charts-dot-modelcontrol.md

latest1.1 KB
Original Source

ModelControl.PresentationData Property

For internal use. Gets the model’s presentation data. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SeriesPointPresentationData PresentationData { get; set; }
vb
Public Property PresentationData As SeriesPointPresentationData

Property Value

TypeDescription
SeriesPointPresentationData

A SeriesPointPresentationData object.

|

See Also

ModelControl Class

ModelControl Members

DevExpress.Xpf.Charts Namespace