public final class LegendSymbolSize extends Enum
Title: LegendSymbolSize class.
Description: Describes the units in which to define the size of the Legend's color rectangles.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static LegendSymbolSize |
PERCENT
Defines the units as a Percentage of the Legend width.
|
static LegendSymbolSize |
PIXELS
Defines the units as Pixels.
|
getValue, readResolve
public static final LegendSymbolSize PERCENT
public static final LegendSymbolSize PIXELS