Modifier and Type | Field and Description |
---|---|
protected ChartPen |
Chart.legendPen |
protected ChartPen |
Zoom.pen |
protected ChartPen |
Shape.pPen |
Modifier and Type | Method and Description |
---|---|
ChartPen |
Panel.getBorderPen()
Obsolete. Please use the Pen method instead.
|
ChartPen |
IBaseChart.getLegendPen() |
ChartPen |
Chart.getLegendPen()
Defines the Pen chararcteristics of the Legend.
|
ChartPen |
Zoom.getPen()
Pen used to draw surrounding rectangle of zoom area.
|
ChartPen |
Shape.getPen()
Specifies the pen used to draw the shape.
|
ChartPen |
ImageBevel.getPen()
Sets ImageBevel Pen characteristics.
|
Modifier and Type | Method and Description |
---|---|
void |
IBaseChart.setLegendPen(ChartPen pen) |
void |
Chart.setLegendPen(ChartPen value)
Defines the Pen chararcteristics of the Legend.
|
void |
Shape.setPen(ChartPen value)
Internal use - serialization
|
Modifier and Type | Method and Description |
---|---|
protected void |
Graphics3DAndroid.line(ChartPen p,
Point a,
Point b) |
protected void |
Graphics3DAndroid.line(int x0,
int y0,
int x1,
int y1,
ChartPen p) |
Modifier and Type | Class and Description |
---|---|
class |
AxisLinePen
Title: AxisLinePen class
|
class |
GridPen
Title: GridPen class
|
class |
TicksPen
Title: TicksPen class
|
Modifier and Type | Field and Description |
---|---|
protected ChartPen |
Axis.minorGrid |
Modifier and Type | Method and Description |
---|---|
ChartPen |
Axis.getMinorGrid()
Characteristics of the Grid coincidental to Minor Ticks.
The Minor Grid.Visible is false as default. |
Modifier and Type | Field and Description |
---|---|
protected ChartPen |
Graphics3D.pen |
Modifier and Type | Method and Description |
---|---|
ChartPen |
ChartFont.getOutline() |
ChartPen |
IGraphics3D.getPen() |
ChartPen |
Graphics3D.getPen()
Indicates the kind of pen used to draw Canvas lines.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartPen.assign(ChartPen p) |
void |
ChartPen.assign(ChartPen p,
Color value) |
void |
ChartPen.internalAssign(ChartPen p) |
protected void |
Graphics3DVML.line(ChartPen p,
Point a,
Point b) |
protected void |
Graphics3DSVG.line(ChartPen p,
Point a,
Point b) |
protected void |
Graphics3DPDF.line(ChartPen p,
Point a,
Point b) |
protected abstract void |
Graphics3D.line(ChartPen p,
Point a,
Point b) |
void |
IGraphics3D.paintImageBevel(Rectangle rect,
int width,
ChartPen pen,
ChartBrush brush,
int borderRound) |
void |
Graphics3D.paintImageBevel(Rectangle rect,
int width,
ChartPen pen,
ChartBrush brush,
int borderRound) |
void |
IGraphics3D.setPen(ChartPen value) |
void |
Graphics3D.setPen(ChartPen value)
Determines the kind of pen used to draw Canvas lines.
|
Constructor and Description |
---|
ChartPen(ChartPen source) |
Modifier and Type | Method and Description |
---|---|
ChartPen |
ADX.getDownLinePen() |
ChartPen |
MACD.getHistoPen()
MACD Histogram pen characteristics
|
ChartPen |
Bollinger.getLowBandPen()
Gets low band pen properties
|
ChartPen |
MACD.getMACDExpPen()
MACD EXP MA pen characteristics
|
ChartPen |
MACD.getMACDPen() |
ChartPen |
ADX.getUpLinePen() |
ChartPen |
Bollinger.getUpperBandPen()
Gets upper band pen properties
|
Modifier and Type | Method and Description |
---|---|
void |
MACD.setHistoPen(ChartPen value)
Sets MACD Histogram pen characteristics
|
void |
Bollinger.setLowBandPen(ChartPen value)
Sets lower band pen properties
|
void |
MACD.setMACDExpPen(ChartPen value)
SetsMACD EXP MA pen characteristics
|
void |
MACD.setMACDPen(ChartPen value) |
void |
Bollinger.setUpperBandPen(ChartPen value)
Sets upper band pen properties
|
Modifier and Type | Method and Description |
---|---|
ChartPen |
Legend.getDividingLines()
Specifies the Pen attributes used to draw lines separating Legend iItems.
|
ChartPen |
LegendSymbol.getPen()
pen used to draw a border around the color box legend symbols.
|
Modifier and Type | Method and Description |
---|---|
void |
Legend.setDividingLines(ChartPen value)
Internal use - serialization
|
Modifier and Type | Field and Description |
---|---|
protected ChartPen |
BaseLine.linePen |
protected ChartPen |
Custom.pAreaLines |
protected ChartPen |
CustomBar.pPen |
protected ChartPen |
Surface.sideLines |
Modifier and Type | Method and Description |
---|---|
ChartPen |
Area.getAreaLines()
Determines Pen to draw AreaLines.
By default AreaLines .Visible is false, so you need first to set it to true. |
ChartPen |
Area.getAreaLinesPen()
Obsolete. Please use AreaLines instead.
|
ChartPen |
SeriesMarks.getArrow()
The Pen used to draw a line connecting Marks to Series points.
Each Series class handles Marks in a different manner, thus the Arrow coordinates are specific to each Series type. |
ChartPen |
Callout.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. |
ChartPen |
ErrorsFormat3D.getBack() |
ChartPen |
IsoSurface.getBandPen() |
ChartPen |
Points3D.getBaseLine()
Sets the Pen for the Point3D connecting Lines.
|
ChartPen |
ErrorsFormat.getBottom() |
ChartPen |
Smith.getCirclePen()
Defines Pen to draw external Circle of the Smith Series.
Resistance = 0 rCircle pen (biggest circle). |
ChartPen |
CustomPolar.getCirclePen()
Determines the pen used to draw the outmost circle of all CustomPolar
series derived Series.
|
ChartPen |
Gantt.getConnectingPen()
Determines the pen to draw the optional lines that connect Gantt
Bars.
|
ChartPen |
Vector3D.getEndArrow()
When Visible, this pen is used to display arrows at the end coordinate
of vector lines.
|
ChartPen |
CustomError.getErrorPen()
Defines Pen to draw Error "T" on top of Error Bars.
|
ChartPen |
SeriesMarks.getFrame()
Obsolete. Use the Pen method instead.
|
ChartPen |
Contour.getFrame() |
ChartPen |
ErrorsFormat3D.getFront() |
ChartPen |
HighLow.getHighPen()
Defines the Pen for the High value.
|
protected ChartPen |
ContourLevel.getInternalPen() |
ChartPen |
BarJoin.getJoinPen()
Determines the pen to draw the lines between each bar point.
|
ChartPen |
ErrorsFormat.getLeft() |
ChartPen |
Points3D.getLinePen()
Sets the Pen for the Point3D connecting Lines.
|
ChartPen |
Points.getLinePen()
Sets the Pen for the Point connecting Lines.
|
ChartPen |
BaseLine.getLinePen()
Determines pen to draw the line connecting all points.
|
ChartPen |
Ternary.getLinesPen() |
ChartPen |
Histogram.getLinesPen()
Determines the pen to be used for drawing the line connecting all
points.
|
ChartPen |
Funnel.getLinesPen()
Defines Pen to draw FunnelSeries bounding polygon.
|
ChartPen |
HighLow.getLowPen()
Defines the Pen for the Low value.
|
ChartPen |
CustomBox.getMedianPen()
Defines the Pen to draw the median line.
Use the properties of MedianPen to change the color or style of median pen. |
ChartPen |
TriSurface.getOutline()
Accesses the TChartHiddenPen object representing the color and style of
TriSurface border.
Use the methods of Outline to change the color or style. |
ChartPen |
Custom.getOutLine()
Pen for Series Line's outer pen.
Default value: null |
ChartPen |
Smith.getPen()
Defines pen to draw SmithSeries Chart.
|
ChartPen |
Shape.getPen()
Defines pen to draw Series Shape.
|
ChartPen |
SeriesPointer.getPen()
Pen used to draw a frame around Series Pointers.
|
ChartPen |
Pyramid.getPen()
Element Pen characteristics.
|
ChartPen |
PolygonSeries.getPen() |
ChartPen |
Polygon.getPen()
Specifies the Pen used to draw the border of the polygon.
|
ChartPen |
Pie.getPen()
Line pen for Pie.
|
ChartPen |
HighLow.getPen()
Sets the Pen to draw the vertical dividing lines of the HighLow series.
|
ChartPen |
Gauges.getPen()
Line pen for Gauge.
|
ChartPen |
Funnel.getPen()
Define Pen to draw the Funnel Chart.
|
ChartPen |
CustomPolar.getPen()
Determines Pen used to draw the Line connecting PolarSeries points.
Points can be displayed by setting Pointer.Visible to true. |
ChartPen |
CustomBar.getPen()
Pen used to draw the Bar rectangles.
You can set BarPen.Visible = false to hide these lines. |
ChartPen |
Custom3DPalette.getPen()
Defines the Pen to draw the Surface polygons.
You can make it invisible by turning the Pen.Visible to false. |
ChartPen |
ContourLevel.getPen() |
ChartPen |
Candle.getPen() |
ChartPen |
Calendar.getPen()
Element Pen Characteristics.
|
ChartPen |
Clock.getPenHours()
Sets the Pen for the Clock's hour hand.
|
ChartPen |
Clock.getPenMinutes()
Sets the Pen for the Clock's minute hand.
|
ChartPen |
Clock.getPenSeconds()
Sets the Pen for the Clock's second hand.
|
ChartPen |
ErrorsFormat.getRight() |
ChartPen |
Surface.getSideLines() |
ChartPen |
Vector3D.getStartArrow()
When Visible, this pen is used to display arrows at the start coordinate
of vector lines.
|
ChartPen |
CustomBar.getTickLines()
Pen used to draw "tick" lines across each bar.
|
ChartPen |
ErrorsFormat.getTop() |
ChartPen |
Surface.getWaterLines()
Sets Pen to draw valuelines.
|
ChartPen |
CustomBox.getWhiskerPen()
Defines the Pen to draw the whisker lines.
Use the properties of WhiskerPen to change the color or style of whisker lines. |
Modifier and Type | Method and Description |
---|---|
protected IGraphics3D |
CustomGauge.prepareGraphics(ChartPen pen,
ChartBrush brush) |
protected IGraphics3D |
CustomGauge.prepareGraphics(IGraphics3D graphics,
ChartPen pen,
ChartBrush brush) |
void |
ChartErrorsBase.preparePen(int ValueIndex,
ChartPen ErrorPen) |
void |
Callout.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 |
ErrorsFormat3D.setBack(ChartPen value) |
void |
IsoSurface.setBandPen(ChartPen value) |
void |
ErrorsFormat.setBottom(ChartPen value) |
void |
ErrorsFormat3D.setFront(ChartPen value) |
void |
ErrorsFormat.setLeft(ChartPen value) |
void |
Ternary.setLinesPen(ChartPen Value) |
void |
ContourLevel.setPen(ChartPen value) |
void |
ErrorsFormat.setRight(ChartPen value) |
void |
Surface.setSideLines(ChartPen value) |
void |
ErrorsFormat.setTop(ChartPen value) |
Modifier and Type | Field and Description |
---|---|
protected ChartPen |
DrawLineItem.pen |
protected ChartPen |
Tool.pPen |
Modifier and Type | Method and Description |
---|---|
ChartPen |
ColorBand.getEndLinePen() |
ChartPen |
ToolAxis.getPen()
Element Pen characteristics.
|
ChartPen |
SeriesRegion.getPen()
Indicates the kind of pen used to draw Series Region.
|
ChartPen |
SeriesBand.getPen()
Indicates the kind of pen used to draw Series Band.
|
ChartPen |
Rotate.getPen()
Element Pen characteristics.
|
ChartPen |
PieTool.getPen()
Element Pen characteristics.
|
ChartPen |
NearestPoint.getPen()
Element Pen characteristics.
|
ChartPen |
DrawLineItem.getPen() |
ChartPen |
DrawLine.getPen()
Element Pen characteristics.
|
ChartPen |
CursorTool.getPen()
Element Pen characteristics.
|
ChartPen |
AxisBreaksTool.getPen() |
ChartPen |
ColorBand.getStartLinePen() |
Modifier and Type | Method and Description |
---|---|
void |
SeriesRegion.setPen(ChartPen value)
Determines the kind of pen used to draw Series Region.
|
void |
SeriesBand.setPen(ChartPen value)
Determines the kind of pen used to draw Series Band.
|
void |
DrawLineItem.setPen(ChartPen value) |
void |
DrawLine.setPen(ChartPen value) |
void |
AxisBreaksTool.setPen(ChartPen value) |