Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.computation.withaxes |
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
|
org.eclipse.birt.chart.device |
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
|
org.eclipse.birt.chart.event |
Contains classes that define a rendering notification that is interpreted by
a device renderer.
|
org.eclipse.birt.chart.factory |
Contains classes and interfaces used in the chart building and generation
phase.
|
org.eclipse.birt.chart.model |
Contains the chart model interfaces that define the starting point for creating
a new chart.
|
org.eclipse.birt.chart.model.attribute |
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.attribute.impl |
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
org.eclipse.birt.chart.model.component.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
org.eclipse.birt.chart.model.impl |
Represents the chart model implementation classes that define the starting
point for creating a new chart.
|
org.eclipse.birt.chart.model.layout |
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
|
org.eclipse.birt.chart.model.layout.impl |
Contains core class implementations for blocks associated with the chart
representation.
|
org.eclipse.birt.chart.model.type |
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
|
org.eclipse.birt.chart.model.type.impl |
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
org.eclipse.birt.chart.script |
Modifier and Type | Method and Description |
---|---|
Label |
IGObjectFactory.copyCompactLabel(Label src) |
Label |
GObjectFactory.copyCompactLabel(Label src) |
Label |
IGObjectFactory.copyOf(Label src) |
Label |
GObjectFactory.copyOf(Label src) |
Label |
IGObjectFactory.createLabel() |
Label |
GObjectFactory.createLabel() |
Label |
LegendEntryRenderingHints.getLabel() |
Label |
LegendLayoutHints.getLaTitle() |
Label |
LegendEntryRenderingHints.getValueLabel() |
Modifier and Type | Method and Description |
---|---|
void |
IChartComputation.applyWrapping(IDisplayServer xs,
Label la,
double dWapping)
Apply the wrapping to a label.
|
void |
BIRTChartComputation.applyWrapping(IDisplayServer xs,
Label la,
double dWrapping) |
static BoundingBox |
Methods.computeBox(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY) |
BoundingBox |
IChartComputation.computeBox(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY)
Compute the bounding box ( location and size ) of a label.
|
BoundingBox |
BIRTChartComputation.computeBox(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY) |
static BoundingBox |
Methods.computeBox(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY,
double dWrapping) |
static BoundingBox |
Methods.computeBox(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY,
double dWrapping,
java.lang.Double fontHeight) |
static BoundingBox |
Methods.computeBox(IDisplayServer xs,
ITextMetrics itm,
int iLabelLocation,
Label la,
double dX,
double dY,
java.lang.Double fontHeight) |
static double |
Methods.computeFontHeight(IDisplayServer xs,
Label la)
Convenient method to compute the font's height of a label.
|
double |
IChartComputation.computeFontHeight(IDisplayServer xs,
Label la)
Convenient method to compute the font's height of a label.
|
double |
BIRTChartComputation.computeFontHeight(IDisplayServer xs,
Label la) |
static double |
Methods.computeHeight(IDisplayServer xs,
Label la) |
double |
IChartComputation.computeHeight(IDisplayServer xs,
Label la)
Compute the height of a label.
|
double |
BIRTChartComputation.computeHeight(IDisplayServer xs,
Label la) |
static double |
Methods.computeHeight(ITextMetrics itm,
Label la) |
static BoundingBox |
Methods.computeLabelSize(IDisplayServer xs,
Label la,
double dWrapping,
java.lang.Double fontHeight)
Compute the size of a label.
|
BoundingBox |
IChartComputation.computeLabelSize(IDisplayServer xs,
Label la,
double dWrapping,
java.lang.Double fontHeight)
Compute the size of a label.
|
BoundingBox |
BIRTChartComputation.computeLabelSize(IDisplayServer xs,
Label la,
double dWrapping,
java.lang.Double fontHeight) |
static RotatedRectangle |
Methods.computePolygon(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY) |
static RotatedRectangle |
Methods.computePolygon(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY,
java.lang.Double fontHeight) |
RotatedRectangle |
IChartComputation.computePolygon(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY,
java.lang.Double fontHeight)
Compute the bounding polygon of a label.
|
RotatedRectangle |
BIRTChartComputation.computePolygon(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY,
java.lang.Double fontHeight) |
static RotatedRectangle |
Methods.computePolygon(ITextMetrics itm,
int iLabelLocation,
Label la,
double dX,
double dY,
java.lang.Double fontHeight) |
static Location |
Methods.computeRotatedTopPoint(IDisplayServer xs,
BoundingBox bbox,
Label la,
double fullHeight) |
static double |
Methods.computeWidth(IDisplayServer xs,
Label la) |
double |
IChartComputation.computeWidth(IDisplayServer xs,
Label la)
Compute the width of a label.
|
double |
BIRTChartComputation.computeWidth(IDisplayServer xs,
Label la) |
static double |
Methods.computeWidth(ITextMetrics itm,
Label la) |
double |
LabelLimiter.computeWrapping(IDisplayServer xs,
Label la) |
static double |
LabelLimiter.computeWrapping(IDisplayServer xs,
Label la,
LabelLimiter lbLimit)
Compute the wrapping with maxWidth, maxHeight.
|
Label |
IGObjectFactory.copyCompactLabel(Label src) |
Label |
GObjectFactory.copyCompactLabel(Label src) |
Label |
IGObjectFactory.copyOf(Label src) |
Label |
GObjectFactory.copyOf(Label src) |
static EllipsisHelper.ITester |
EllipsisHelper.createSimpleTester(IChartComputation cComp,
IDisplayServer xs,
Label la,
java.lang.Double fontHeight) |
ITextMetrics |
IChartComputation.getTextMetrics(IDisplayServer xs,
Label la,
double wrapping)
Returns a text metrics.
|
ITextMetrics |
BIRTChartComputation.getTextMetrics(IDisplayServer xs,
Label la,
double wrapping) |
LabelLimiter |
LabelLimiter.limitLabelSize(IChartComputation cComp,
IDisplayServer xs,
Label la)
modify the text of la to fit the limit size.
|
LabelLimiter |
LabelLimiter.limitLabelSize(IChartComputation cComp,
IDisplayServer xs,
Label la,
java.util.EnumSet<LabelLimiter.Option> options)
modify the text of la to fit the limit size.
|
static LabelLimiter |
LabelLimiter.limitLabelSize(IChartComputation cComp,
IDisplayServer xs,
Label la,
LabelLimiter lbLimit,
java.util.EnumSet<LabelLimiter.Option> options)
To compute the text of the label with a limited size, the label text will
be wrapped and shortened with ellipsis if required, the size of the label
bound will be returned.
|
static EllipsisHelper |
EllipsisHelper.simpleInstance(IChartComputation cComp,
IDisplayServer xs,
Label la,
java.lang.Double fontHeight) |
Constructor and Description |
---|
LabelItem(org.eclipse.birt.chart.computation.LegendBuilder.LegendData lgData,
Label la) |
LabelItem(org.eclipse.birt.chart.computation.LegendBuilder.LegendData lgData,
Label la,
double dWrapping) |
LegendEntryRenderingHints(Label la,
Label valueLa,
int dataIndex,
Fill fill) |
LegendLayoutHints(Size legendSize,
Size titleSize,
Label laTitle,
boolean isMinSliceApplied,
java.lang.String minSliceText,
LegendItemHints[] liha) |
Modifier and Type | Method and Description |
---|---|
Label |
OneAxis.getLabel() |
Label |
SeriesRenderingHints3D.getLabelAttributes(Series se) |
Label |
SeriesRenderingHints.getLabelAttributes(Series se) |
Label |
OneAxis.getTitle() |
Modifier and Type | Method and Description |
---|---|
boolean |
AutoScale.checkFit(IDisplayServer xs,
Label la,
int iLabelLocation)
Checks all labels for any overlap for a given axis' scale
|
double |
AutoScale.computeAxisLabelThickness(IDisplayServer xs,
Label la,
int iOrientation) |
double |
AutoScale.computeStaggeredAxisLabelOffset(IDisplayServer xs,
Label la,
int iOrientation) |
int |
AutoScale.computeTicks(IDisplayServer xs,
Label la,
int iLabelLocation,
int iOrientation,
double dStart,
double dEnd,
boolean bConsiderStartEndLabels,
AllAxes aax) |
int |
AutoScale.computeTicks(IDisplayServer xs,
Label la,
int iLabelLocation,
int iOrientation,
double dStart,
double dEnd,
boolean bConsiderStartLabel,
boolean bConsiderEndLabel,
AllAxes aax) |
LabelLimiter |
PlotWithAxes.getLabellLimiter(Label la)
Look up table for label limit.
|
void |
PlotWithAxes.putLabelLimiter(Label la,
LabelLimiter lbLimit)
Look up table for label limit.
|
Modifier and Type | Method and Description |
---|---|
ITextMetrics |
IDisplayServer.getTextMetrics(Label la)
An instance of a text metrics computation class capable of providing text
metric information associated with a given Label to aid in typically
computing the size of rendered text
|
ITextMetrics |
DisplayAdapter.getTextMetrics(Label la) |
ITextMetrics |
IDisplayServer.getTextMetrics(Label la,
boolean autoReuse)
An instance of a text metrics computation class capable of providing text
metric information associated with a given Label to aid in typically
computing the size of rendered text
|
ITextMetrics |
DisplayAdapter.getTextMetrics(Label la,
boolean autoReuse) |
void |
TextRendererAdapter.renderShadowAtLocation(IPrimitiveRenderer idr,
int labelPosition,
Location lo,
Label la) |
void |
ITextRenderer.renderShadowAtLocation(IPrimitiveRenderer idr,
int iLabelPosition,
Location lo,
Label la)
This method renders the 'shadow' at an offset from the text 'rotated
rectangle' subsequently rendered.
|
void |
TextRendererAdapter.renderTextAtLocation(IPrimitiveRenderer ipr,
int labelPosition,
Location lo,
Label la) |
void |
ITextRenderer.renderTextAtLocation(IPrimitiveRenderer ipr,
int iLabelPosition,
Location lo,
Label la) |
void |
TextRendererAdapter.renderTextInBlock(IDeviceRenderer idr,
Bounds boBlock,
TextAlignment taBlock,
Label la) |
void |
ITextRenderer.renderTextInBlock(IDeviceRenderer idr,
Bounds boBlock,
TextAlignment taBlock,
Label la) |
void |
TextAdapter.reuse(Label la) |
void |
ITextMetrics.reuse(Label la)
Permits reuse of the text metrics instance for a new label with new
attributes.
|
void |
TextAdapter.reuse(Label la,
double forceWrappingSize) |
void |
ITextMetrics.reuse(Label la,
double forceWrappingSize)
Permits reuse of the text metrics instance for a new label with new
attributes and a forcing wrapping size.
|
Modifier and Type | Method and Description |
---|---|
Label |
TextRenderEvent.getLabel() |
Label |
PrimitiveRenderEvent.getLabel() |
Modifier and Type | Method and Description |
---|---|
static StructureSource |
WrappedStructureSource.createAxisLabel(Axis ax,
Label lb)
Creates a WrappedStructure Source for type Axis Label with an Axis
parent.
|
static StructureSource |
WrappedStructureSource.createAxisTitle(Axis ax,
Label title)
Creates a WrappedStructure Source for type Axis Title with an Axis
parent.
|
static StructureSource |
WrappedStructureSource.createLegendTitle(Legend lg,
Label title)
Creates a WrappedStructure Source for type Legend Title with a Legend
parent.
|
static StructureSource |
WrappedStructureSource.createSeriesTitle(Series se,
Label title)
Creates a WrappedStructure Source for type Series Title with a Series
parent.
|
void |
TextRenderEvent.setLabel(Label la)
Sets the label of the text.
|
Modifier and Type | Field and Description |
---|---|
static RunTimeContext.StateKey<java.util.Map<Label,LabelLimiter>> |
RunTimeContext.StateKey.LABEL_LIMITER_LOOKUP_KEY
Key to reference LabelLimiter lookup table.
|
static RunTimeContext.StateKey<java.util.Map<Label,LabelLimiter>> |
RunTimeContext.StateKey.LABEL_LIMITER_LOOKUP_KEY
Key to reference LabelLimiter lookup table.
|
Modifier and Type | Method and Description |
---|---|
Label |
Chart.getEmptyMessage()
Returns the value of the 'Empty Message' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Chart.setEmptyMessage(Label value)
Sets the value of the '
Empty Message ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Label |
ActionValue.getLabel()
Returns the value of the 'Label' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionValue.setLabel(Label value)
Sets the value of the '
Label ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Label |
ActionValueImpl.getLabel() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ActionValueImpl.basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ActionValueImpl.setLabel(Label newLabel) |
Modifier and Type | Method and Description |
---|---|
Label |
Label.copyInstance() |
Label |
ComponentFactory.createLabel()
Returns a new object of class 'Label'.
|
Label |
Series.getLabel()
Returns the value of the 'Label' containment
reference.
|
Label |
MarkerRange.getLabel()
Returns the value of the 'Label' containment reference.
|
Label |
MarkerLine.getLabel()
Returns the value of the 'Label' containment reference.
|
Label |
Dial.getLabel()
Returns the value of the 'Label' containment reference.
|
Label |
CurveFitting.getLabel()
Returns the value of the 'Label' containment reference.
|
Label |
Axis.getLabel()
Returns the value of the 'Label' containment reference.
|
Label |
Axis.getSubTitle()
Returns the value of the 'Sub Title' containment reference.
|
Label |
Axis.getTitle()
Returns the value of the 'Title' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Label> |
ChartPreferences.getLabels()
Deprecated.
Returns the value of the 'Labels' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Series.setLabel(Label value)
Sets the value of the '
Label ' containment reference. |
void |
MarkerRange.setLabel(Label value)
Sets the value of the '
Label ' containment reference. |
void |
MarkerLine.setLabel(Label value)
Sets the value of the '
Label ' containment reference. |
void |
Dial.setLabel(Label value)
Sets the value of the '
Label ' containment reference. |
void |
CurveFitting.setLabel(Label value)
Sets the value of the '
Label ' containment reference. |
void |
Axis.setLabel(Label value)
Sets the value of the '
Label ' containment reference. |
void |
Axis.setSubTitle(Label value)
Sets the value of the '
Sub Title ' containment reference. |
void |
Axis.setTitle(Label value)
Sets the value of the '
Title ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
LabelImpl
An implementation of the model object '
Label'.
|
Modifier and Type | Method and Description |
---|---|
static Label |
LabelImpl.copyCompactInstance(Label src)
A convenient method to get an instance copy.
|
Label |
LabelImpl.copyInstance()
A convenient method to get an instance copy.
|
static Label |
LabelImpl.create()
A convenience method to create an initialized 'Label' instance
|
static Label |
LabelImpl.createDefault()
A convenience method to create an initialized 'Label' instance
|
static Label |
LabelImpl.createDefault(boolean visible)
A convenience method to create an initialized 'Label' instance
|
Label |
ComponentFactoryImpl.createLabel() |
Label |
SeriesImpl.getLabel() |
Label |
MarkerRangeImpl.getLabel() |
Label |
MarkerLineImpl.getLabel() |
Label |
DialImpl.getLabel() |
Label |
CurveFittingImpl.getLabel() |
Label |
AxisImpl.getLabel() |
Label |
AxisImpl.getSubTitle() |
Label |
AxisImpl.getTitle() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Label> |
ChartPreferencesImpl.getLabels()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SeriesImpl.basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MarkerRangeImpl.basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MarkerLineImpl.basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DialImpl.basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CurveFittingImpl.basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetSubTitle(Label newSubTitle,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetTitle(Label newTitle,
org.eclipse.emf.common.notify.NotificationChain msgs) |
static Label |
LabelImpl.copyCompactInstance(Label src)
A convenient method to get an instance copy.
|
void |
SeriesImpl.setLabel(Label newLabel) |
void |
MarkerRangeImpl.setLabel(Label newLabel) |
void |
MarkerLineImpl.setLabel(Label newLabel) |
void |
DialImpl.setLabel(Label newLabel) |
void |
CurveFittingImpl.setLabel(Label newLabel) |
void |
AxisImpl.setLabel(Label newLabel) |
void |
AxisImpl.setSubTitle(Label newSubTitle) |
void |
AxisImpl.setTitle(Label newTitle) |
Modifier and Type | Method and Description |
---|---|
Label |
ChartImpl.getEmptyMessage() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChartImpl.basicSetEmptyMessage(Label newEmptyMessage,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ChartImpl.setEmptyMessage(Label newEmptyMessage) |
Modifier and Type | Method and Description |
---|---|
Label |
LabelBlock.getLabel()
Returns the value of the 'Label' containment reference.
|
Label |
Legend.getTitle()
Returns the value of the 'Title' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelBlock.setLabel(Label value)
Sets the value of the '
Label ' containment reference. |
void |
Legend.setTitle(Label value)
Sets the value of the '
Title ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Label |
LabelBlockImpl.getLabel() |
Label |
LegendImpl.getTitle() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LabelBlockImpl.basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LegendImpl.basicSetTitle(Label newTitle,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
LabelBlockImpl.setLabel(Label newLabel) |
void |
LegendImpl.setTitle(Label newTitle) |
Modifier and Type | Method and Description |
---|---|
Label |
GanttSeries.getDecorationLabel()
Returns the value of the 'Decoration Label' containment reference.
|
Label |
PieSeries.getTitle()
Returns the value of the 'Title' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
GanttSeries.setDecorationLabel(Label value)
Sets the value of the '
Decoration Label ' containment reference. |
void |
PieSeries.setTitle(Label value)
Sets the value of the '
Title ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Label |
GanttSeriesImpl.getDecorationLabel() |
Label |
PieSeriesImpl.getTitle() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
GanttSeriesImpl.basicSetDecorationLabel(Label newDecorationLabel,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
PieSeriesImpl.basicSetTitle(Label newTitle,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
GanttSeriesImpl.setDecorationLabel(Label newDecorationLabel) |
void |
PieSeriesImpl.setTitle(Label newTitle) |
Modifier and Type | Method and Description |
---|---|
void |
BaseRenderer.renderLabel(java.lang.Object oSource,
int iTextRenderType,
Label laDataPoint,
Position lp,
Location lo,
Bounds bo)
This convenience method renders the data point label along with the
shadow If there's a need to render the data point label and the shadow
separately, each call should be made separately by calling into the
primitive rendering interface directly.
|
void |
BaseRenderer.renderLabel(java.lang.Object oSource,
int iTextRenderType,
Label laDataPoint,
Position lp,
Location lo,
Bounds bo)
This convenience method renders the data point label along with the
shadow If there's a need to render the data point label and the shadow
separately, each call should be made separately by calling into the
primitive rendering interface directly.
|
void |
BaseRenderer.renderLabel(java.lang.Object oSource,
int iTextRenderType,
Label laDataPoint,
Position lp,
Location lo,
Bounds bo,
DeferredCache _dc)
Renderer label with specified
DeferredCache . |
void |
BaseRenderer.renderLabel(java.lang.Object oSource,
int iTextRenderType,
Label laDataPoint,
Position lp,
Location lo,
Bounds bo,
DeferredCache _dc)
Renderer label with specified
DeferredCache . |
Modifier and Type | Method and Description |
---|---|
void |
IChartEventHandler.afterDrawAxisLabel(Axis axis,
Label label,
IChartScriptContext icsc)
Called after rendering each label on a given Axis.
|
void |
ChartEventHandlerAdapter.afterDrawAxisLabel(Axis axis,
Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.afterDrawAxisTitle(Axis axis,
Label label,
IChartScriptContext icsc)
Called after rendering the Title of an Axis.
|
void |
ChartEventHandlerAdapter.afterDrawAxisTitle(Axis axis,
Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.afterDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
Called after rendering the label for each datapoint.
|
void |
ChartEventHandlerAdapter.afterDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.afterDrawLegendEntry(Label label,
IChartScriptContext icsc)
Deprecated.
Since 2.2.0
use afterDrawLegendItem( ) instead
|
void |
ChartEventHandlerAdapter.afterDrawLegendEntry(Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.afterDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
Called after rendering the title of a Series .
|
void |
ChartEventHandlerAdapter.afterDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawAxisLabel(Axis axis,
Label label,
IChartScriptContext icsc)
Called before rendering each label on a given Axis.
|
void |
ChartEventHandlerAdapter.beforeDrawAxisLabel(Axis axis,
Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawAxisTitle(Axis axis,
Label label,
IChartScriptContext icsc)
Called before rendering the Title of an Axis.
|
void |
ChartEventHandlerAdapter.beforeDrawAxisTitle(Axis axis,
Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc)
Called before rendering the label for each datapoint.
|
void |
ChartEventHandlerAdapter.beforeDrawDataPointLabel(DataPointHints dph,
Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawLegendEntry(Label label,
IChartScriptContext icsc)
Deprecated.
Since 2.2.0
use beforeDrawLegendItem( ) instead
|
void |
ChartEventHandlerAdapter.beforeDrawLegendEntry(Label label,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc)
Called before rendering the title of a Series.
|
void |
ChartEventHandlerAdapter.beforeDrawSeriesTitle(Series series,
Label label,
IChartScriptContext icsc) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.