套件 | mx.charts.series.items |
類別 | public class LineSeriesSegment |
繼承 | LineSeriesSegment Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
element : LineSeries
The series or element that owns this segment. | LineSeriesSegment | ||
end : uint
The index into the items array of the last item
in this segment, inclusive. | LineSeriesSegment | ||
index : uint
The index of this segment in the array of segments
representing the line series. | LineSeriesSegment | ||
items : Array
The array of chartItems representing the full line series
that owns this segment. | LineSeriesSegment | ||
start : uint
The index into the items array of the first item in this segment. | LineSeriesSegment |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Constructor. | LineSeriesSegment | ||
Returns a copy of this segment. | LineSeriesSegment | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
屬性詳細資訊
element | 屬性 |
public var element:LineSeries
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The series or element that owns this segment.
end | 屬性 |
public var end:uint
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The index into the items array of the last item in this segment, inclusive.
index | 屬性 |
public var index:uint
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The index of this segment in the array of segments representing the line series.
items | 屬性 |
public var items:Array
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The array of chartItems representing the full line series that owns this segment.
start | 屬性 |
public var start:uint
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The index into the items array of the first item in this segment.
建構函式詳細資料
LineSeriesSegment | () | 建構函式 |
public function LineSeriesSegment(element:LineSeries, index:uint, items:Array, start:uint, end:uint)
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Constructor.
參數element:LineSeries — The owning series.
| |
index:uint — The index of the segment in the Array of segments
representing the line series.
| |
items:Array — The Array of LineSeriesItems
representing the full line series.
| |
start:uint — The index in the items Array
of the first item in this segment.
| |
end:uint — The index in the items Array
of the last item in this segment, inclusive.
|
方法詳細資訊
clone | () | 方法 |
public function clone():LineSeriesSegment
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns a copy of this segment.
傳回值LineSeriesSegment — A copy of this segment.
|
Tue Jun 12 2018, 03:47 PM Z