Skip to main content

PieSeries.GetPercentOptions(PointOptions) Method

OBSOLETE

The PercentOptions property is obsolete now. Use the TextPattern property instead.

Gets the value of the PieSeries.PercentOptions attached property for specified PointOptions.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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
pointOptions PointOptions

The point options from which the property value is read.

Returns

Type Description
PercentOptions

The PieSeries.PercentOptions property value for the point options.

See Also