ChartLegendPositions 枚举

定义

指定图例的位置。

public enum class ChartLegendPositions
public enum ChartLegendPositions
type ChartLegendPositions = 
Public Enum ChartLegendPositions
继承
ChartLegendPositions

字段

BottomCenter 10

指定底部中心位置。

BottomLeft 9

指定左下角位置。

BottomRight 11

指定右下角位置。

LeftBottom 6

指定左下角位置。

LeftCenter 5

指定左中心位置。

LeftTop 4

指定左上位置。

RightBottom 8

指定右下角位置。

RightCenter 7

指定右中心位置。

RightTop 0

指定右上位置。

TopCenter 2

指定顶部中心位置。

TopLeft 1

指定左上角的位置。

TopRight 3

指定右上角的位置。

适用于