<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiGauge2LinearTicks" extends="BiAbstractGauge2Ticks">
	<description>This class layout it's ticks in radial manner depeding on radius, start angle and end angle</description>
	<arguments>
		<argument name="nTickWidth">
			<description>The width of the each tick</description>
			<type>Number</type>
		</argument>
		<argument name="nTickLength">
			<description>The length of the each tick</description>
			<type>Number</type>
		</argument>
		<argument name="sColor">
			<description>The color of the ticks</description>
			<type>Number</type>
		</argument>
		<argument name="nNumTicks">
			<description>The number of steps between ticks</description>
			<type>Number</type>
		</argument>
		<argument name="nAngle">
			<description>EDIT_THIS</description>
			<type>EDIT_THIS</type>
		</argument>
		<argument name="nTickSpace">
			<description>EDIT_THIS</description>
			<type>EDIT_THIS</type>
		</argument>
	</arguments>
	<staticMethods>
	</staticMethods>
	<staticFields>
	</staticFields>
	<methods>
	</methods>
	<properties>
		<property name="angle" get="true" set="true">
			<description>Angle of the line on wich the ticks will be placed</description>
			<type>Number</type>
		</property>
		<property name="tickSpace" get="true" set="true">
			<description>The space between ticks</description>
			<type>Number</type>
		</property>
	</properties>
	<events>
	</events>
	<remarks>
	</remarks>
</class>
