Package | stimulsoft.report.chart.view.seriesLabels |
Class | public class StiSeriesLabels |
Inheritance | StiSeriesLabels ![]() ![]() ![]() |
Implements | IStiSeriesLabels, IStiSerializable, IStiRef |
Subclasses | StiAxisSeriesLabels, StiFunnelSeriesLabels, StiNoneLabels, StiPieSeriesLabels |
Property | Defined By | ||
---|---|---|---|
allowApplyStyle : Boolean Gets or sets value which indicates that chart style will be used. | StiSeriesLabels | ||
angle : Number Gets or sets angle of text rotation. | StiSeriesLabels | ||
antialiasing : Boolean Gets or sets value which control antialiasing drawing mode of series labels. | StiSeriesLabels | ||
axisCore : StiAxisSeriesLabelsCoreXF [read-only] | StiSeriesLabels | ||
borderColor : StiColor Gets or sets border color of series labels. | StiSeriesLabels | ||
brush : StiBrush Gets or sets brush which will be used to fill area of series labels. | StiSeriesLabels | ||
chart : IStiChart | StiSeriesLabels | ||
conditions : StiChartConditionsCollection Gets or sets collection of conditions which can be used to change behavior of series labels. | StiSeriesLabels | ||
core : StiSeriesLabelsCoreXF | StiSeriesLabels | ||
drawBorder : Boolean Gets or sets value which incates that border will be drawn or not. | StiSeriesLabels | ||
font : StiFont Gets or sets font which will be used to draw series labels. | StiSeriesLabels | ||
format : String Gets or sets format string which used for formating series values (if applicable). | StiSeriesLabels | ||
labelColor : StiColor Gets or sets foreground color of series labels. | StiSeriesLabels | ||
legendValueType : int Gets or sets which type of information will be shown in legend. | StiSeriesLabels | ||
markerAlignment : int Gets or sets marker alignment related to label text. | StiSeriesLabels | ||
markerSize : StiSize Gets or sets marker size. | StiSeriesLabels | ||
markerVisible : Boolean Gets or sets vibility of marker. | StiSeriesLabels | ||
pieCore : StiPieSeriesLabelsCoreXF [read-only] | StiSeriesLabels | ||
preventIntersection : Boolean | StiSeriesLabels | ||
![]() | properties : StiRepositoryItems | StiService | |
ref : int | StiSeriesLabels | ||
serviceCategory : String [override] [read-only] Gets a service category. | StiSeriesLabels | ||
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
serviceName : String [override] [read-only] Gets a service name. | StiSeriesLabels | ||
serviceType : Class [override] [read-only] Gets a service type. | StiSeriesLabels | ||
showNulls : Boolean Gets or sets value which indicates that series labels will be shown or not if value equal to null. | StiSeriesLabels | ||
showOnZeroValues : Boolean | StiSeriesLabels | ||
showZeros : Boolean Gets or sets value which indicates that series labels will be shown or not if value equal to zero. | StiSeriesLabels | ||
step : int Gets or sets value which indicates with what steps do labels be shown. | StiSeriesLabels | ||
textAfter : String Gets or sets text which will be shown after label text. | StiSeriesLabels | ||
textBefore : String Gets or sets text which will be shown before label text. | StiSeriesLabels | ||
useSeriesColor : Boolean Gets or sets value which indicates that series colors must be used. | StiSeriesLabels | ||
valueType : int Gets or sets which type of information will be shown in series labels. | StiSeriesLabels | ||
valueTypeSeparator : String Gets or sets string which contain separator for value information (if applicated). | StiSeriesLabels | ||
visible : Boolean Gets or sets visiblity of series labels. | StiSeriesLabels | ||
width : int Gets or sets fixed width of series labels. | StiSeriesLabels | ||
wordWrap : Boolean Gets or sets word wrap. | StiSeriesLabels |
Method | Defined By | ||
---|---|---|---|
StiSeriesLabels | |||
clone(... parameters):Object [override] | StiSeriesLabels | ||
equals(object:Object):Boolean [override] | StiSeriesLabels | ||
![]() | 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] | StiSeriesLabels | ||
![]() | packService():void | StiService |
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
angle | property |
angle:Number
Gets or sets angle of text rotation.
public function get angle():Number
public function set angle(value:Number):void
antialiasing | property |
antialiasing:Boolean
Gets or sets value which control antialiasing drawing mode of series labels.
public function get antialiasing():Boolean
public function set antialiasing(value:Boolean):void
axisCore | property |
axisCore:StiAxisSeriesLabelsCoreXF
[read-only] public function get axisCore():StiAxisSeriesLabelsCoreXF
borderColor | property |
borderColor:StiColor
Gets or sets border color of series labels.
public function get borderColor():StiColor
public function set borderColor(value:StiColor):void
brush | property |
brush:StiBrush
Gets or sets brush which will be used to fill area of series labels.
public function get brush():StiBrush
public function set brush(value:StiBrush):void
chart | property |
chart:IStiChart
public function get chart():IStiChart
public function set chart(value:IStiChart):void
conditions | property |
conditions:StiChartConditionsCollection
Gets or sets collection of conditions which can be used to change behavior of series labels.
public function get conditions():StiChartConditionsCollection
public function set conditions(value:StiChartConditionsCollection):void
core | property |
core:StiSeriesLabelsCoreXF
public function get core():StiSeriesLabelsCoreXF
public function set core(value:StiSeriesLabelsCoreXF):void
drawBorder | property |
drawBorder:Boolean
Gets or sets value which incates that border will be drawn or not.
public function get drawBorder():Boolean
public function set drawBorder(value:Boolean):void
font | property |
font:StiFont
Gets or sets font which will be used to draw series labels.
public function get font():StiFont
public function set font(value:StiFont):void
format | property |
format:String
Gets or sets format string which used for formating series values (if applicable).
public function get format():String
public function set format(value:String):void
labelColor | property |
labelColor:StiColor
Gets or sets foreground color of series labels.
public function get labelColor():StiColor
public function set labelColor(value:StiColor):void
legendValueType | property |
legendValueType:int
Gets or sets which type of information will be shown in legend.
public function get legendValueType():int
public function set legendValueType(value:int):void
markerAlignment | property |
markerAlignment:int
Gets or sets marker alignment related to label text.
public function get markerAlignment():int
public function set markerAlignment(value:int):void
markerSize | property |
markerSize:StiSize
Gets or sets marker size.
public function get markerSize():StiSize
public function set markerSize(value:StiSize):void
markerVisible | property |
markerVisible:Boolean
Gets or sets vibility of marker.
public function get markerVisible():Boolean
public function set markerVisible(value:Boolean):void
pieCore | property |
pieCore:StiPieSeriesLabelsCoreXF
[read-only] public function get pieCore():StiPieSeriesLabelsCoreXF
preventIntersection | property |
preventIntersection:Boolean
public function get preventIntersection():Boolean
public function set preventIntersection(value:Boolean):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
serviceCategory | property |
serviceCategory:String
[read-only] [override] Gets a service category.
public function get serviceCategory():String
serviceName | property |
serviceName:String
[read-only] [override] Gets a service name.
public function get serviceName():String
serviceType | property |
serviceType:Class
[read-only] [override] Gets a service type.
public function get serviceType():Class
showNulls | property |
showNulls:Boolean
Gets or sets value which indicates that series labels will be shown or not if value equal to null.
public function get showNulls():Boolean
public function set showNulls(value:Boolean):void
showOnZeroValues | property |
showOnZeroValues:Boolean
public function get showOnZeroValues():Boolean
public function set showOnZeroValues(value:Boolean):void
showZeros | property |
showZeros:Boolean
Gets or sets value which indicates that series labels will be shown or not if value equal to zero.
public function get showZeros():Boolean
public function set showZeros(value:Boolean):void
step | property |
step:int
Gets or sets value which indicates with what steps do labels be shown.
public function get step():int
public function set step(value:int):void
textAfter | property |
textAfter:String
Gets or sets text which will be shown after label text.
public function get textAfter():String
public function set textAfter(value:String):void
textBefore | property |
textBefore:String
Gets or sets text which will be shown before label text.
public function get textBefore():String
public function set textBefore(value:String):void
useSeriesColor | property |
useSeriesColor:Boolean
Gets or sets value which indicates that series colors must be used.
public function get useSeriesColor():Boolean
public function set useSeriesColor(value:Boolean):void
valueType | property |
valueType:int
Gets or sets which type of information will be shown in series labels.
public function get valueType():int
public function set valueType(value:int):void
valueTypeSeparator | property |
valueTypeSeparator:String
Gets or sets string which contain separator for value information (if applicated).
public function get valueTypeSeparator():String
public function set valueTypeSeparator(value:String):void
visible | property |
visible:Boolean
Gets or sets visiblity of series labels.
public function get visible():Boolean
public function set visible(value:Boolean):void
width | property |
width:int
Gets or sets fixed width of series labels.
public function get width():int
public function set width(value:int):void
wordWrap | property |
wordWrap:Boolean
Gets or sets word wrap.
public function get wordWrap():Boolean
public function set wordWrap(value:Boolean):void
StiSeriesLabels | () | Constructor |
public function StiSeriesLabels()
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 |