Package | stimulsoft.report.chart.view.radarAxis |
Class | public class StiRadarAxisLabels |
Inheritance | StiRadarAxisLabels ![]() ![]() |
Implements | IStiRadarAxisLabels, IStiSerializable, IStiRef |
Property | Defined By | ||
---|---|---|---|
allowApplyStyle : Boolean Gets or sets value which indicates that chart style will be used. | StiRadarAxisLabels | ||
antialiasing : Boolean Gets or sets value which control antialiasing drawing mode. | StiRadarAxisLabels | ||
borderColor : StiColor Gets or sets color of labels drawing. | StiRadarAxisLabels | ||
brush : StiBrush Gets or sets brush which will used to fill label area. | StiRadarAxisLabels | ||
color : StiColor Gets or sets color of labels drawing. | StiRadarAxisLabels | ||
core : StiRadarAxisLabelsCoreXF | StiRadarAxisLabels | ||
drawBorder : Boolean Gets or sets value which indicates that label border will be shown. | StiRadarAxisLabels | ||
font : StiFont Gets or sets font which will be used for axis label drawing. | StiRadarAxisLabels | ||
format : String Gets os sets format string which is used for formating argument values. | StiRadarAxisLabels | ||
ref : int | StiRadarAxisLabels | ||
rotationLabels : Boolean Gets or sets a value which indicates that Axis Labels will be rotated. | StiRadarAxisLabels | ||
textAfter : String Gets or sets string which will be output after argument string representation. | StiRadarAxisLabels | ||
textBefore : String Gets or sets string which will be output before argument string representation. | StiRadarAxisLabels | ||
width : Number Gets or sets fixed width of axis labels. | StiRadarAxisLabels | ||
wordWrap : Boolean Gets or sets word wrap. | StiRadarAxisLabels |
Method | Defined By | ||
---|---|---|---|
StiRadarAxisLabels(format:String, font:StiFont = null, antialiasing:Boolean = false, drawBorder:Boolean = false, color:StiColor = null, borderColor:StiColor = null, brush:StiBrush = null, allowApplyStyle:Boolean = false, rotationLabels:Boolean = true, width:Number = 0, wordWrap:Boolean = false) | StiRadarAxisLabels | ||
clone(... parameters):Object [override] | StiRadarAxisLabels | ||
equals(object:Object):Boolean [override] | StiRadarAxisLabels | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiRadarAxisLabels |
allowApplyStyle | property |
allowApplyStyle:Boolean
Gets or sets value which indicates that chart style will be used.
public function get allowApplyStyle():Boolean
public function set allowApplyStyle(value:Boolean):void
antialiasing | property |
antialiasing:Boolean
Gets or sets value which control antialiasing drawing mode.
public function get antialiasing():Boolean
public function set antialiasing(value:Boolean):void
borderColor | property |
borderColor:StiColor
Gets or sets color of labels drawing.
public function get borderColor():StiColor
public function set borderColor(value:StiColor):void
brush | property |
brush:StiBrush
Gets or sets brush which will used to fill label area.
public function get brush():StiBrush
public function set brush(value:StiBrush):void
color | property |
color:StiColor
Gets or sets color of labels drawing.
public function get color():StiColor
public function set color(value:StiColor):void
core | property |
core:StiRadarAxisLabelsCoreXF
public function get core():StiRadarAxisLabelsCoreXF
public function set core(value:StiRadarAxisLabelsCoreXF):void
drawBorder | property |
drawBorder:Boolean
Gets or sets value which indicates that label border will be shown.
public function get drawBorder():Boolean
public function set drawBorder(value:Boolean):void
font | property |
font:StiFont
Gets or sets font which will be used for axis label drawing.
public function get font():StiFont
public function set font(value:StiFont):void
format | property |
format:String
Gets os sets format string which is used for formating argument values.
public function get format():String
public function set format(value:String):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
rotationLabels | property |
rotationLabels:Boolean
Gets or sets a value which indicates that Axis Labels will be rotated.
public function get rotationLabels():Boolean
public function set rotationLabels(value:Boolean):void
textAfter | property |
textAfter:String
Gets or sets string which will be output after argument string representation.
public function get textAfter():String
public function set textAfter(value:String):void
textBefore | property |
textBefore:String
Gets or sets string which will be output before argument string representation.
public function get textBefore():String
public function set textBefore(value:String):void
width | property |
width:Number
Gets or sets fixed width of axis labels.
public function get width():Number
public function set width(value:Number):void
wordWrap | property |
wordWrap:Boolean
Gets or sets word wrap.
public function get wordWrap():Boolean
public function set wordWrap(value:Boolean):void
StiRadarAxisLabels | () | Constructor |
public function StiRadarAxisLabels(format:String, font:StiFont = null, antialiasing:Boolean = false, drawBorder:Boolean = false, color:StiColor = null, borderColor:StiColor = null, brush:StiBrush = null, allowApplyStyle:Boolean = false, rotationLabels:Boolean = true, width:Number = 0, wordWrap:Boolean = false)
format:String | |
font:StiFont (default = null )
| |
antialiasing:Boolean (default = false )
| |
drawBorder:Boolean (default = false )
| |
color:StiColor (default = null )
| |
borderColor:StiColor (default = null )
| |
brush:StiBrush (default = null )
| |
allowApplyStyle:Boolean (default = false )
| |
rotationLabels:Boolean (default = true )
| |
width:Number (default = 0 )
| |
wordWrap:Boolean (default = false )
|
clone | () | method |
override public function clone(... parameters):Object
Parameters
... parameters |
Object |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |