this.setAttribute('width', objStroke.strokeWidth);
super.init();
20 && style.label.fontangle < 45)
this.titleView.setAttribute('x', this.titleView.x + this.titleView.width/4);
else if ( (style.label.fontangle > 45 && style.label.fontangle < 90) || (style.label.fontangle > 220 && style.label.fontangle <= 270))
this.titleView.setAttribute('x', this.titleView.x + this.titleView.width/2);
else if ( style.label.fontangle >= 90 && style.label.fontangle < 220)
this.titleView.setAttribute('x', this.titleView.x + this.titleView.width);
}
break;
case "default":
this.titleView.setAttribute('x', - (this.titleView.width/2));
this.titleView.setAttribute('y', - this.titleGap - this.titleView.height);
break;
}
} else {
this.titleView.setAttribute('x', this.titleX);
this.titleView.setAttribute('y', this.titleY);
}
]]>
= this.tickMarksView.width )
this.tickMarksView.setAttribute('width', this.style.tickmajor.length + pLabel.getTextWidth());
]]>
a vertical axis for a chart
This component is of Beta quality and is subject to change.