Skip to main content

AreaFullStackedSeries2D.SetPercentOptions(PointOptions, PercentOptions) Method

OBSOLETE

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

Sets the value of the AreaFullStackedSeries2D.PercentOptions attached property to the 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 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