public final class ErrorWidthUnit extends Enum
Title: ErrorWidthUnit class
Description: Describes the possible values of CustomError.ErrorWidthUnit.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static ErrorWidthUnit |
PERCENT
Defines the error width units as a percentage of the chart size.
|
static ErrorWidthUnit |
PIXELS
Defines the error width units in pixels.
|
getValue, readResolve
public static final ErrorWidthUnit PERCENT
public static final ErrorWidthUnit PIXELS