public final class LegendAlignment extends Enum
Title: Legend.Alignment class
Description: Describes the possible values of Legend.Alignment
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static LegendAlignment |
BOTTOM
Aligns the legend to the bottom of the TChart.
|
static LegendAlignment |
LEFT
Aligns the legend to the left of the TChart.
|
static LegendAlignment |
RIGHT
Aligns the legend to the right of the TChart.
|
static LegendAlignment |
TOP
Aligns the legend to the top of the TChart.
|
Modifier and Type | Method and Description |
---|---|
static LegendAlignment |
fromValue(int value) |
getValue, readResolve
public static final LegendAlignment LEFT
public static final LegendAlignment RIGHT
public static final LegendAlignment TOP
public static final LegendAlignment BOTTOM
public static LegendAlignment fromValue(int value)