Back to Devexpress

Axis2D.GetResolveOverlappingOptions(AxisLabel) Method

wpf-devexpress-dot-xpf-dot-charts-dot-axis2d-dot-getresolveoverlappingoptions-x28-devexpress-dot-xpf-dot-charts-dot-axislabel-x29.md

latest1.7 KB
Original Source

Axis2D.GetResolveOverlappingOptions(AxisLabel) Method

Gets the value of the Axis2D.ResolveOverlappingOptions attached property for specified axis labels.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public static AxisLabelResolveOverlappingOptions GetResolveOverlappingOptions(
    AxisLabel label
)
vb
Public Shared Function GetResolveOverlappingOptions(
    label As AxisLabel
) As AxisLabelResolveOverlappingOptions

Parameters

NameTypeDescription
labelAxisLabel

An AxisLabel object that represents the axis labels to which the resolve overlapping algorithm is assigned.

|

Returns

TypeDescription
AxisLabelResolveOverlappingOptions

An AxisLabelResolveOverlappingOptions object that represents the resolve overlapping algorithm for axis labels.

|

See Also

Axis2D Class

Axis2D Members

DevExpress.Xpf.Charts Namespace