Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AreaFullStackedSeries3D.GetPercentOptions(PointOptions) Method

OBSOLETE

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

Gets the value of the AreaFullStackedSeries3D.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
pointOptions PointOptions

The point options from which the property value is read.

#Returns

Type Description
PercentOptions

The AreaFullStackedSeries3D.PercentOptions property value for the point options.

See Also