Commit 7ab3c16f authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54861 954022d7-b5bf-4e40-9824-e11837661b57
parent 4a34037e
......@@ -2293,11 +2293,14 @@ Format
<div class="leftPanelCharPropsItemDiv" id="designChartLeft">
<p>Design</p>
</div>
<div class="leftPanelCharPropsItemDiv" id="layoutChartLeft">
<p>Layout</p>
<div class="leftPanelCharPropsItemDiv" id="valAxisProps">
<p>Value Axis Props</p>
</div>
<div class="leftPanelCharPropsItemDiv" id="catAxisProps">
<p>Cat Axis Props</p>
</div>
<div id="rightPanelChartPropsDiv" class="right_panel_drawing_props">
</div>
<div id="rightPanelChartPropsDiv" class="right_panel_drawing_props" style="display: none">
<div><p style="font-size: 14pt">Design</p></div>
<!--<button id="chageChartTypeButton">Change Type</button> -->
<select id="changeChartTypeSelect">
......@@ -2419,6 +2422,110 @@ Format
<option value="minor_major">Major&Minor</option>
</select>
</div>
<div id="rightPanelValAxisProps" class="right_panel_drawing_props">
<label style="font-weight: bold">min value</label><br>
<label>auto</label><input type="radio" name="min_value" value="auto" checked="checked">
<label>fixed</label><input type="radio" name="min_value" value="fixed">
<input id="minValueAxisInput" type="text" disabled="disabled">
<br>
<label style="font-weight: bold">max value</label><br>
<label>auto</label><input type="radio" name="max_value" value="auto" checked="checked">
<label>fixed</label><input type="radio" name="max_value" value="fixed">
<input id="maxValueAxisInput" type="text" disabled="disabled">
<br>
<label>invert val order</label> <input type="checkbox" id="invertValOrderValAxisInput">
<br>
<label>log scale</label> <input type="checkbox" id="logScaleInput">
<label>log base</label> <input id="logBaseInput" type="text" disabled="disabled">
<br><label>value of division</label>
<select id="unitsSelect">
<option value="none">None</option>
<option value="BILLIONS">BILLIONS</option>
<option value="BILLIONS">BILLIONS</option>
<option value="HUNDRED_MILLIONS ">HUNDRED_MILLIONS</option>
<option value="HUNDREDS">HUNDREDS</option>
<option value="HUNDRED_THOUSANDS">HUNDRED_THOUSANDS</option>
<option value="MILLIONS">MILLIONS</option>
<option value="TEN_MILLIONS">TEN_MILLIONS</option>
<option value="TEN_THOUSANDS">TEN_THOUSANDS</option>
<option value="TRILLIONS">TRILLIONS</option>
</select>
<br>
<label>show on chart</label> <input type="checkbox" id="showUnitsLabels" disabled="disabled">
<br>
<div style="width: inherit; height: 1px; background: rgb(127,157,185)"></div>
<br>
<label>major tick mark</label>
<select id="majorTickMarkSelectValAx">
<option value="TICK_MARK_CROSS">TICK_MARK_CROSS</option>
<option value="TICK_MARK_IN">TICK_MARK_IN</option>
<option value="TICK_MARK_NONE">TICK_MARK_NONE</option>
<option value="TICK_MARK_OUT">TICK_MARK_OUT</option>
</select>
<br>
<label>minor tick mark</label>
<select id="minorTickMarkSelectValAx">
<option value="TICK_MARK_CROSS">TICK_MARK_CROSS</option>
<option value="TICK_MARK_IN">TICK_MARK_IN</option>
<option value="TICK_MARK_NONE">TICK_MARK_NONE</option>
<option value="TICK_MARK_OUT">TICK_MARK_OUT</option>
</select>
<br>
<label>tick labels</label>
<select id="tickLabelsSelectValAx">
<option value="TICK_LABEL_POSITION_HIGH">TICK_LABEL_POSITION_HIGH</option>
<option value="TICK_LABEL_POSITION_LOW">TICK_LABEL_POSITION_LOW</option>
<option value="TICK_LABEL_POSITION_NEXT_TO">TICK_LABEL_POSITION_NEXT_TO</option>
<option value="TICK_LABEL_POSITION_NONE">TICK_LABEL_POSITION_NONE</option>
</select>
<br>
<div style="width: inherit; height: 1px; background: rgb(127,157,185)"></div>
<br>
<label>Crosses</label>
<br>
<label>auto</label><input type="radio" name="crosses" value="auto" checked="checked"><br>
<label>value</label><input type="radio" name="crosses" value="value"><input type="text" id="crossesValInput" disabled="disabled"><br>
<label>max value</label><input type="radio" name="crosses" value="maxValue">
<br>
<button id="valApplyValAxisProps">
Apply
</button>
</div>
<div id="rigthPanelCatAxProps" class="right_panel_drawing_props">
<label>interval between tick</label> <input type="text" id="intervalBetweenTickInput">
<br>
<label>interval between labels:</label>
<br>
<input type="radio" name="intervalBetweenLabels" value="auto"><label>auto</label>
<br>
<input type="radio" name="intervalBetweenLabels" value="manual"><label>manual</label>
<br>
<input type="checkbox" id="invertCatOrderChaeckBox"><label>Invert Cat Order</label>
<br>
<label>Axis Type:</label>
<br>
<input type="radio" name="horAxisTypeInput" value="auto"><label>auto</label>
<br>
<input type="radio" name="horAxisTypeInput" value="text"><label>text</label>
<br>
<input type="radio" name="horAxisTypeInput" value="date"><label>date</label>
<br>
<div style="width: inherit; height: 1px; background: rgb(127,157,185)"></div>
<br>
</div>
<div id="rightPanelNumFmt" class="right_panel_drawing_props">
<button id="numFmtApplyButton">
Apply
</button>
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment