public interface IlvVariableWidthRenderer
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_WIDTH
The default width.
|
Modifier and Type | Method and Description |
---|---|
double |
getWidth()
Returns the width of the graphical representation of a data point along the
x-axis.
|
double |
getWidthPercent()
Returns the width of the graphical representation of a data point along the
x-axis.
|
boolean |
isUseCategorySpacingAtBorders()
Returns
true if the category spacing is used also at the
left and right borders. |
void |
setUseCategorySpacingAtBorders(boolean useCategorySpacingAtBorders)
Determines whether the category spacing is used also at the left and right
borders.
|
void |
setWidthPercent(double percent)
Sets the width of the graphical representation of a data point along the x-axis.
|
static final double DEFAULT_WIDTH
setWidthPercent(double)
,
Constant Field Valuesvoid setWidthPercent(double percent)
percent
- The new percentage. Valid values are between 0
and 100
.double getWidthPercent()
setWidthPercent(double)
double getWidth()
boolean isUseCategorySpacingAtBorders()
true
if the category spacing is used also at the
left and right borders.void setUseCategorySpacingAtBorders(boolean useCategorySpacingAtBorders)
true
, category spacing is not only used
between bars, but also beyond the leftmost and rightmost bars. If set to
false
(the default), this spacing is omitted. This setting
matters only if getWidthPercent
is less than 100.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.