LineFullStackedSeries2D.GetPercentOptions(PointOptions) Method
OBSOLETE
The PercentOptions property is obsolete now. Use the TextPattern property instead.
Gets the value of the LineFullStackedSeries2D.PercentOptions attached property for specified PointOptions.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.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 LineFullStackedSeries2D.PercentOptions property value for the point options. |
See Also