ErrorBarsFormat
Overview
ErrorBarsFormat adalah kelas di Aspose.Slides FOSS untuk Python. Warisan dari: IErrorBarsFormat.
Menampilkan garis kesalahan dari seri grafik.
Sifatnya: as_i_presentation_component, as_i_slide_component, chart, custom_minus_values, custom_plus_values, direction, dan 7 lagi.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | ErrorBarType | Membaca/menulis | Mengambil atau menetapkan tipe. |
value_type | ErrorBarValueType | Membaca/menulis | Mendapatkan atau menetapkan jenis nilai. |
has_end_cap | bool | Membaca/menulis | Dapatkan atau menetapkan cap akhir. |
value | float | Membaca/menulis | Mendapatkan atau menetapkan nilai. |
is_visible | bool | Membaca/menulis | Dapatkan atau menetapkan yang terlihat. |
direction | str | Read | Internal: ‘x’ atau ‘y’. |
custom_plus_values | list[float] | Read | Internal: nilai khusus ditambah per titik data. |
custom_minus_values | list[float] | Read | Internal: nilai khusus dikurangi per titik data. |
chart | IChart | Read | Mengembalikan grafik. |
as_i_slide_component | ISlideComponent | Read | Memungkinkan untuk mendapatkan basis ISlideComponent antarmuka. |
slide | IBaseSlide | Read | Dapatkan slide. |
as_i_presentation_component | IPresentationComponent | Read | Dapatkan sebagai i presentasi komponen. |
presentation | IPresentation | Read | Mendapatkan presentasi. |