public class Callout extends SeriesPointer
Title: Callout class
Description: Mark Callout pointer characteristics
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
allowChangeSize, bVisible, defaultVisible, draw3D, xMinus, xPlus, yMinus, yPlus
chart, InternalUse
Modifier and Type | Method and Description |
---|---|
void |
draw(Color c,
Point pFrom,
Point pTo,
int z) |
ChartPen |
getArrow()
Arrow line between a Series Mark and a Series point.
It is also used by Annotation tool to draw a line connecting the annotation and the series point. |
ArrowHeadStyle |
getArrowHead()
Determines if callout line will display an "arrow" head at the end or
not.
|
int |
getArrowHeadSize()
The size in pixels to display the arrow head at the end of the
callout line.
|
int |
getDistance()
The length in pixels between a series point and the line connecting the
series mark or annotation.
|
void |
setArrow(ChartPen value)
Sets the Arrow line between a Series Mark and a Series point.
It is also used by Annotation tool to draw a line connecting the annotation and the series point. |
void |
setArrowHead(ArrowHeadStyle value)
Determines if callout line will display an "arrow" head at the end or
not.
|
void |
setArrowHeadSize(int value)
Sets the size in pixels of the arrow head at the end of the
callout line.
|
void |
setDistance(int value)
The length in pixels between a series point and the line connecting the
series mark or annotation.
|
assign, calcHorizMargins, calcVerticalMargins, draw, draw, draw, draw, draw, drawLegendShape, drawLegendShape, getBrush, getColor, getDark3D, getDraw3D, getEndZ, getGradient, getHorizSize, getInflateMargins, getMiddleZ, getPen, getSeries, getStartZ, getStyle, getTransparency, getVertSize, getVisible, prepareCanvas, readResolve, setChart, setColor, setDark3D, setDraw3D, setHorizSize, setInflateMargins, setSeries, setStyle, setTransparency, setVertSize, setVisible
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public Callout()
public Callout(ISeries s)
public ChartPen getArrow()
public void setArrow(ChartPen value)
value
- ChartPenpublic ArrowHeadStyle getArrowHead()
public void setArrowHead(ArrowHeadStyle value)
value
- ArrowHeadStylepublic int getArrowHeadSize()
public void setArrowHeadSize(int value)
value
- intpublic int getDistance()
public void setDistance(int value)
value
- int