ChartLegend.h文件参考

组合类型

class  ChartLegend

枚举

enum  ChartLegendAlignment {
  BOTTOMLEFT, BOTTOM, BOTTOMRIGHT, LEFT,
  RIGHT, TOPLEFT, TOP, TOPRIGHT
}

枚举类型文档

枚举值:
BOTTOMLEFT 

The bottom left corner.

BOTTOM 

The bottom center.

BOTTOMRIGHT 

The bottom right corner.

LEFT 

The left middle.

RIGHT 

The right middle.

TOPLEFT 

The top left corner.

TOP 

The top center.

TOPRIGHT 

The top right.