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

CustomPie3DModel.Source Property

Gets or sets the source of the CustomPie3DModel. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public string Source { get; set; }

Property Value

Type Description
String

A String value representing the model’s XAML source.

See Also