File: //usr/local/lib/python3.6/site-packages/pptx/enum/__pycache__/chart.cpython-36.pyc
3
Zƍh�3 � @ s� d Z ddlmZ ddlmZmZmZmZmZm Z G dd� de�Z
G dd� de�ZG d d
� d
e�Zed�G dd
� d
e��Z
G dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZdS )z1
Enumerations used by charts and related objects
� )�absolute_import� )�alias�Enumeration�
EnumMember�ReturnValueOnlyEnumMember�XmlEnumeration�XmlMappedEnumMemberc @ sJ e Zd ZdZdZdZedddd�eddd
�eddd
d�edddd�fZdS )�XL_AXIS_CROSSESz�
Specifies the point on the specified axis where the other axis crosses.
Example::
from pptx.enum.chart import XL_AXIS_CROSSES
value_axis.crosses = XL_AXIS_CROSSES.MAXIMUM
Z
XlAxisCrossesz=https://msdn.microsoft.com/en-us/library/office/ff745402.aspx� AUTOMATICi ZautoZeroz<The axis crossing point is set automatically, often at zero.�CUSTOMi z;The .crosses_at property specifies the axis crossing point.ZMAXIMUM� �maxz&The axis crosses at the maximum value.ZMINIMUM� �minz&The axis crosses at the minimum value.Ni��i��) �__name__�
__module__�__qualname__�__doc__�__ms_name__�__url__r r �__members__� r r �9/usr/local/lib/python3.6/site-packages/pptx/enum/chart.pyr
s
r
c @ s: e Zd ZdZdZdZeddd�eddd �ed
dd�fZd
S )�XL_CATEGORY_TYPEz�
Specifies the type of the category axis.
Example::
from pptx.enum.chart import XL_CATEGORY_TYPE
date_axis = chart.category_axis
assert date_axis.category_type == XL_CATEGORY_TYPE.TIME_SCALE
ZXlCategoryTypez=https://msdn.microsoft.com/EN-US/library/office/ff746136.aspxZAUTOMATIC_SCALEi z'The application controls the axis type.ZCATEGORY_SCALEr
z2Axis groups data by an arbitrary set of categoriesZ
TIME_SCALE� z;Axis groups data on a time scale of days, months, or years.Ni��)r r r r r r r r r r r r r 7 s
r c L @ s� e Zd ZdZdZdZedd�d�eddd �ed
dd�ed
dd�eddd�eddd�edd�d�eddd�eddd�edd d!�ed"d�d$�ed%d�d'�ed(d)d*�ed+d,d-�ed.d/d0�ed1d2d�ed3d4d5�ed6d7d8�ed9d:d;�ed<d=d>�ed?d@dA�edBdCdD�edEdFdG�edHdIdJ�edKdLdM�edNdOdP�edQdRdS�edTdUdV�edWdXdY�edZd[d\�ed]d^d_�ed`dadb�edcddde�edfdgdh�edidjdk�edldmdn�edodpd\�edqdrd_�edsdtdu�edvd�dx�edydzd{�ed|d}d~�edd�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�d��ed�d�dÃed�d�dƃed�d�dɃed�d�d̃ed�d�dσed�d�d҃ed�d�dՃed�d�ded�d�dۃfIZd�S )��
XL_CHART_TYPEz�
Specifies the type of a chart.
Example::
from pptx.enum.chart import XL_CHART_TYPE
assert chart.chart_type == XL_CHART_TYPE.BAR_STACKED
ZXlChartTypez<http://msdn.microsoft.com/en-us/library/office/ff838409.aspxZTHREE_D_AREAi z3D Area.ZTHREE_D_AREA_STACKED�N z3D Stacked Area.ZTHREE_D_AREA_STACKED_100�O z100% Stacked Area.ZTHREE_D_BAR_CLUSTERED�<