Packagestimulsoft.report.chart.view.seriesLabels
Classpublic class StiNoneLabels
InheritanceStiNoneLabels Inheritance StiSeriesLabels Inheritance StiService Inheritance StiObject Inheritance Object
Implements IStiNoneLabels



Public Properties
 PropertyDefined By
 InheritedallowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiSeriesLabels
 Inheritedangle : Number
Gets or sets angle of text rotation.
StiSeriesLabels
  antialiasing : Boolean
[override]
StiNoneLabels
 InheritedaxisCore : StiAxisSeriesLabelsCoreXF
[read-only]
StiSeriesLabels
  borderColor : StiColor
[override]
StiNoneLabels
  brush : StiBrush
[override]
StiNoneLabels
 Inheritedchart : IStiChart
StiSeriesLabels
 Inheritedconditions : StiChartConditionsCollection
Gets or sets collection of conditions which can be used to change behavior of series labels.
StiSeriesLabels
 Inheritedcore : StiSeriesLabelsCoreXF
StiSeriesLabels
 InheriteddrawBorder : Boolean
Gets or sets value which incates that border will be drawn or not.
StiSeriesLabels
  font : StiFont
[override]
StiNoneLabels
 Inheritedformat : String
Gets or sets format string which used for formating series values (if applicable).
StiSeriesLabels
  labelColor : StiColor
[override]
StiNoneLabels
 InheritedlegendValueType : int
Gets or sets which type of information will be shown in legend.
StiSeriesLabels
 InheritedmarkerAlignment : int
Gets or sets marker alignment related to label text.
StiSeriesLabels
 InheritedmarkerSize : StiSize
Gets or sets marker size.
StiSeriesLabels
 InheritedmarkerVisible : Boolean
Gets or sets vibility of marker.
StiSeriesLabels
 InheritedpieCore : StiPieSeriesLabelsCoreXF
[read-only]
StiSeriesLabels
 InheritedpreventIntersection : Boolean
StiSeriesLabels
 Inheritedproperties : StiRepositoryItems
StiService
 Inheritedref : int
StiSeriesLabels
 InheritedserviceCategory : String
[override] [read-only] Gets a service category.
StiSeriesLabels
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[override] [read-only] Gets a service name.
StiSeriesLabels
 InheritedserviceType : Class
[override] [read-only] Gets a service type.
StiSeriesLabels
 InheritedshowNulls : Boolean
Gets or sets value which indicates that series labels will be shown or not if value equal to null.
StiSeriesLabels
 InheritedshowOnZeroValues : Boolean
StiSeriesLabels
 InheritedshowZeros : Boolean
Gets or sets value which indicates that series labels will be shown or not if value equal to zero.
StiSeriesLabels
 Inheritedstep : int
Gets or sets value which indicates with what steps do labels be shown.
StiSeriesLabels
 InheritedtextAfter : String
Gets or sets text which will be shown after label text.
StiSeriesLabels
 InheritedtextBefore : String
Gets or sets text which will be shown before label text.
StiSeriesLabels
 InheriteduseSeriesColor : Boolean
Gets or sets value which indicates that series colors must be used.
StiSeriesLabels
 InheritedvalueType : int
Gets or sets which type of information will be shown in series labels.
StiSeriesLabels
 InheritedvalueTypeSeparator : String
Gets or sets string which contain separator for value information (if applicated).
StiSeriesLabels
  visible : Boolean
[override]
StiNoneLabels
 Inheritedwidth : int
Gets or sets fixed width of series labels.
StiSeriesLabels
 InheritedwordWrap : Boolean
Gets or sets word wrap.
StiSeriesLabels
Public Methods
 MethodDefined By
  
StiNoneLabels
 Inherited
clone(... parameters):Object
[override]
StiSeriesLabels
 Inherited
equals(object:Object):Boolean
[override]
StiSeriesLabels
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiSeriesLabels
 Inherited
StiService
Property Detail
antialiasingproperty
antialiasing:Boolean[override]


Implementation
    public function get antialiasing():Boolean
    public function set antialiasing(value:Boolean):void
borderColorproperty 
borderColor:StiColor[override]


Implementation
    public function get borderColor():StiColor
    public function set borderColor(value:StiColor):void
brushproperty 
brush:StiBrush[override]


Implementation
    public function get brush():StiBrush
    public function set brush(value:StiBrush):void
fontproperty 
font:StiFont[override]


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):void
labelColorproperty 
labelColor:StiColor[override]


Implementation
    public function get labelColor():StiColor
    public function set labelColor(value:StiColor):void
visibleproperty 
visible:Boolean[override]


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void
Constructor Detail
StiNoneLabels()Constructor
public function StiNoneLabels()