'宣言 Public Enum ChartAutoLabelArrangementMethod Inherits System.Enum
'使用法 Dim instance As ChartAutoLabelArrangementMethod
public enum ChartAutoLabelArrangementMethod : System.Enum
'宣言 Public Enum ChartAutoLabelArrangementMethod Inherits System.Enum
'使用法 Dim instance As ChartAutoLabelArrangementMethod
public enum ChartAutoLabelArrangementMethod : System.Enum
| メンバ | 解説 |
|---|---|
Decimation | The method removes labels which cannot be placed without overlapping. |
FindingOptimum | This method tries to position labels avoiding its overlapping. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.ChartAutoLabelArrangementMethod