[]
        
(Showing Draft Content)

C1.iOS.Chart.ChartPositionType

ChartPositionType Class

Specifies the position of chart element on the chart.

Inheritance
ChartPositionType
Namespace: C1.iOS.Chart
Assembly: C1.iOS.Chart.dll
Syntax
public sealed class ChartPositionType : Enum

Fields

Name Description
Auto

The element is positioned automatically.

Bottom

The item appears below.

Left

The element appears to the left.

None

The element is not visible.

Right

The element appears to the right.

Top

The item appears above.

value__