public final class LegendStyle extends Enum
Title: LegendStyle class.
Description: Describes the possible values of Legend.LegendStyle.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static LegendStyle |
AUTO
Legend draws Series Titles if there's more than one Series in the chart.
|
static LegendStyle |
LASTVALUES
Legend draws the Last Value of each Active Series (similar to Series).
|
static LegendStyle |
PALETTE |
static LegendStyle |
SERIES
Legend draws the Series Titles even if there's only one Series in the
chart.
|
static LegendStyle |
VALUES
Legend draws the first Active Series' values.
|
Modifier and Type | Method and Description |
---|---|
static LegendStyle |
fromValue(int value) |
getValue, readResolve
public static final LegendStyle AUTO
public static final LegendStyle SERIES
public static final LegendStyle VALUES
public static final LegendStyle LASTVALUES
public static final LegendStyle PALETTE
public static LegendStyle fromValue(int value)