Back to Devexpress

Axis2D.SetResolveOverlappingOptions(AxisLabel, AxisLabelResolveOverlappingOptions) Method

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

latest1.9 KB
Original Source

Axis2D.SetResolveOverlappingOptions(AxisLabel, AxisLabelResolveOverlappingOptions) Method

Sets the value of the Axis2D.ResolveOverlappingOptions attached property to specified axis labels.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public static void SetResolveOverlappingOptions(
    AxisLabel label,
    AxisLabelResolveOverlappingOptions value
)
vb
Public Shared Sub SetResolveOverlappingOptions(
    label As AxisLabel,
    value As AxisLabelResolveOverlappingOptions
)

Parameters

NameTypeDescription
labelAxisLabel

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

| | value | AxisLabelResolveOverlappingOptions |

An AxisLabelResolveOverlappingOptions object that represents the resolve overlapping algorithm to assign.

|

See Also

Axis2D Class

Axis2D Members

DevExpress.Xpf.Charts Namespace