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

PieSeries.SetPercentOptions(PointOptions, PercentOptions) Method

OBSOLETE

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

Sets the value of the PieSeries.PercentOptions attached property to a specified PointOptions.

Namespace: DevExpress.Xpf.Charts

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

Declaration

[Obsolete("The PercentOptions property is obsolete now. Use the SeriesLabel.TextPattern property instead.")]
public static void SetPercentOptions(
    PointOptions pointOptions,
    PercentOptions value
)

Parameters

Name Type Description
pointOptions PointOptions

The point options to which the attached property is written.

value PercentOptions

The required PercentOptions value.

See Also