PieSeries.GetPercentOptions(PointOptions) Method
In This Article
OBSOLETE
The Percent
Gets the value of the PieSeries.PercentOptions attached property for specified PointOptions.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
[Obsolete("The PercentOptions property is obsolete now. Use the SeriesLabel.TextPattern property instead.")]
public static PercentOptions GetPercentOptions(
PointOptions pointOptions
)
#Parameters
Name | Type | Description |
---|---|---|
point |
Point |
The point options from which the property value is read. |
#Returns
Type | Description |
---|---|
Percent |
The Pie |
See Also