public interface IlvDataRenderingHint
Rendering hints can be specified either globally or individually:
IlvChartRenderer.setRenderingHint(IlvDataSet, IlvDataRenderingHint)
method.
IlvChartRenderer.setRenderingHint(IlvDataSet, int, IlvDataRenderingHint)
method.
Here is a picture showing a hatched rendering hint set individually on a data point rendered by a bar chart renderer:
Modifier and Type | Method and Description |
---|---|
IlvStyle |
getStyle(IlvDisplayPoint dp,
IlvStyle defaultStyle)
Returns the rendering style that must be used to display the specified
point.
|
IlvStyle getStyle(IlvDisplayPoint dp, IlvStyle defaultStyle)
Note: the x- and y-coordinates of the provided display point are set
to (0, 0)
, and its shape (in case of an
IlvDisplayArea
) is set to null
.
dp
- The considered display point.defaultStyle
- The default style used to display the point. This
style corresponds to the style that would be used if no hint was defined.null
value indicates that the point should not be displayed.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.