public class TicksPen extends ChartPen
Title: TicksPen class
Description: Determines the kind of Pen used to draw Axis marks along the Axis line.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
protected int |
defaultLength |
protected int |
length |
color, dashCap, dashStyle, defaultColor, defaultEndCap, defaultStyle, defaultVisible, endCap, usesVisible, visible, width
chart, InternalUse
Constructor and Description |
---|
TicksPen(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Length of Axis Ticks in pixels.
|
void |
setLength(int value)
Sets the length of Axis Ticks in pixels.
|
assign, assign, getColor, getDashCap, getEndCap, getPaint, getStyle, getTransparency, getVisible, getWidth, internalAssign, invalidate, reset, setColor, setDashCap, setDefaultColor, setDefaultStyle, setDefaultVisible, setEndCap, setStyle, setTransparency, setUsesVisible, setVisible, setWidth, shouldSerializeColor, shouldSerializeEndCap, shouldSerializeStyle, shouldSerializeVisible
getChart, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public TicksPen(IBaseChart c)