CoolBlack.sml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0"?>
  2. <FormulaSkin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" LineColors="#FFFF0000,Yellow,#FF55FFFF,LightCoral,LightGray,LightPink,Olive,LightPink,Aqua" SkinName="BlackWhite">
  3. <Format AxisLabelAlign="TickCenter" CycleDivide="NaN" Days100Pixel="0.001" XCursorFormat="yyyy-MM-dd HH:mm:ss" XFormat="{$MMMdd }HH:mm" >
  4. <Interval CycleBase="MINUTE">
  5. <WeekAdjust>0</WeekAdjust>
  6. </Interval>
  7. </Format>
  8. <Format AxisLabelAlign="TickCenter" CycleDivide="NaN" Days100Pixel="0.005" XCursorFormat="yyyy-MM-dd HH:mm:ss" XFormat="{$MMMdd }HH:mm" >
  9. <Interval CycleBase="MINUTE" Repeat="5">
  10. <WeekAdjust>0</WeekAdjust>
  11. </Interval>
  12. </Format>
  13. <Format AxisLabelAlign="TickCenter" CycleDivide="NaN" Days100Pixel="0.01" XCursorFormat="yyyy-MM-dd HH:mm:ss" XFormat="{$MMMdd }HH:mm" >
  14. <Interval CycleBase="MINUTE" Repeat="10">
  15. <WeekAdjust>0</WeekAdjust>
  16. </Interval>
  17. </Format>
  18. <Format AxisLabelAlign="TickCenter" CycleDivide="NaN" Days100Pixel="0.03" XCursorFormat="yyyy-MM-dd HH:mm:ss" XFormat="{$MMMdd }HH:mm" >
  19. <Interval CycleBase="MINUTE" Repeat="30">
  20. <WeekAdjust>0</WeekAdjust>
  21. </Interval>
  22. </Format>
  23. <Format AxisLabelAlign="TickCenter" CycleDivide="NaN" Days100Pixel="0.06" XCursorFormat="yyyy-MM-dd HH:mm:ss" XFormat="{$MMMdd }HH:mm">
  24. <Interval CycleBase="HOUR">
  25. <WeekAdjust>0</WeekAdjust>
  26. </Interval>
  27. </Format>
  28. <Format AxisLabelAlign="TickCenter" CycleDivide="NaN" Days100Pixel="0.2" XCursorFormat="yyyy-MM-dd HH:mm:ss" XFormat="{$MMMdd }HH:mm">
  29. <Interval CycleBase="HOUR" Repeat="2">
  30. <WeekAdjust>0</WeekAdjust>
  31. </Interval>
  32. </Format>
  33. <Format AxisLabelAlign="TickCenter" CycleDivide="NaN" Days100Pixel="0.8" XCursorFormat="yyyy-MM-dd HH:mm:ss" XFormat="{$MMMdd }HH:mm" >
  34. <Interval CycleBase="HOUR" Repeat="8">
  35. <WeekAdjust>0</WeekAdjust>
  36. </Interval>
  37. </Format>
  38. <Format CycleDivide="0" Days100Pixel="1" XFormat="{MMM}dd">
  39. <Interval>
  40. <WeekAdjust>0</WeekAdjust>
  41. </Interval>
  42. </Format>
  43. <Format CycleDivide="0.6" Days100Pixel="9" XFormat="{MMM}dd">
  44. <Interval>
  45. <WeekAdjust>0</WeekAdjust>
  46. </Interval>
  47. </Format>
  48. <Format CycleDivide="0" Days100Pixel="14" XFormat="{yyyy}MMMdd">
  49. <Interval CycleBase="WEEK">
  50. <WeekAdjust>0</WeekAdjust>
  51. </Interval>
  52. </Format>
  53. <Format CycleDivide="0" Days100Pixel="40" XFormat="{yyyy}MMM">
  54. <Interval CycleBase="MONTH">
  55. <WeekAdjust>0</WeekAdjust>
  56. </Interval>
  57. </Format>
  58. <Format CycleDivide="0" Days100Pixel="80" XFormat="{yyyy}MMM">
  59. <Interval CycleBase="MONTH" Repeat="2">
  60. <WeekAdjust>0</WeekAdjust>
  61. </Interval>
  62. </Format>
  63. <Format CycleDivide="0" Days100Pixel="160" XFormat="{yyyy}MMM">
  64. <Interval CycleBase="MONTH" Repeat="4">
  65. <WeekAdjust>0</WeekAdjust>
  66. </Interval>
  67. </Format>
  68. <Format CycleDivide="0" Days100Pixel="570" XFormat="yyyy">
  69. <Interval CycleBase="YEAR">
  70. <WeekAdjust>0</WeekAdjust>
  71. </Interval>
  72. </Format>
  73. <Format CycleDivide="0" Days100Pixel="1100" XFormat="yyyy">
  74. <Interval CycleBase="YEAR" Repeat="2">
  75. <WeekAdjust>0</WeekAdjust>
  76. </Interval>
  77. </Format>
  78. <Format CycleDivide="500" Days100Pixel="2147483647" XFormat="yyyy">
  79. <Interval CycleBase="YEAR">
  80. <WeekAdjust>0</WeekAdjust>
  81. </Interval>
  82. </Format>
  83. <AxisX>
  84. <Back>
  85. <BackGround Color="#ff000000"/>
  86. <BottomPen Color="DarkGray" />
  87. <LeftPen Color="Red" />
  88. <RightPen Color="Red" />
  89. <TopPen Color="DarkGray" />
  90. </Back>
  91. <LabelBrush Color="Red" />
  92. <MajorTick Inside="false">
  93. <LinePen DashStyle="Dot" Color="DarkGray" />
  94. <TickPen Color="DarkGray" />
  95. </MajorTick>
  96. <MinorTick Count="3" Inside="true" TickWidth="5">
  97. <LinePen DashStyle="Dot" Color="DarkGray" />
  98. <TickPen Color="DarkGray" />
  99. </MinorTick>
  100. </AxisX>
  101. <AxisY>
  102. <Back>
  103. <BackGround Color="#ff000000"/>
  104. <BottomPen Color="DarkGray" />
  105. <LeftPen Color="DarkGray" />
  106. <RightPen Color="White" Alpha="0" />
  107. <TopPen Color="DarkGray" />
  108. </Back>
  109. <LabelBrush Color="White" />
  110. <MajorTick>
  111. <LinePen DashStyle="Solid" Color="#7fcccccc" Alpha="120" />
  112. <TickPen Color="#7fcccccc" />
  113. </MajorTick>
  114. <MinorTick MinimumPixel="10" TickWidth="5">
  115. <LinePen DashStyle="Solid" Color="#7fcccccc" Alpha="120" />
  116. <TickPen Color="#7fcccccc" />
  117. </MinorTick>
  118. <MultiplyBack>
  119. <BackGround Color="#ff000000"/>
  120. <BottomPen Color="Yellow" />
  121. <LeftPen Color="Yellow" />
  122. <RightPen Color="Yellow" />
  123. <TopPen Color="Yellow" />
  124. </MultiplyBack>
  125. </AxisY>
  126. <Back>
  127. <BackGround Color="#ff000000"/>
  128. <BottomPen Color="#1e2324" />
  129. <LeftPen Color="#1e2324" />
  130. <RightPen Color="#1e2324"/>
  131. <TopPen Color="#1e2324" Width="3" />
  132. </Back>
  133. <BarBrushes>
  134. <BrushMapper Color="#FFFF0000" BrushStyle="Empty"/>
  135. <BrushMapper BrushStyle="Empty" />
  136. <BrushMapper Color="Aqua" />
  137. </BarBrushes>
  138. <BarPens>
  139. <PenMapper Color="#FFFF0000" />
  140. <PenMapper Color="#FFFFFFFF" />
  141. <PenMapper Color="#FF55FFFF" />
  142. </BarPens>
  143. <CursorPen Color="White" />
  144. <NameBrush Color="Yellow" />
  145. </FormulaSkin>