[]
        
(Showing Draft Content)

C1.Android.Chart.ChartLabelOverlappingOptions

ChartLabelOverlappingOptions Class

Specifies label overlapping options.

Inheritance
ChartLabelOverlappingOptions
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public sealed class ChartLabelOverlappingOptions : Enum

Fields

Name Description
None

No overlapping allowed.

OutsidePlotArea

Allow labels outside plot area.

OverlapDataPoints

Allow overlapping with data points

value__