SkyBlue.sml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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="#ff2675C4,Blue,Red,Fuchsia,DarkGray,Maroon,DarkGreen,Plum,Olive" SkinName="SkyBlue">
  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 AxisLabelAlign="TickCenter" Height="14">
  84. <Back>
  85. <BackGround Color="#ffeeeeee" />
  86. <BottomPen Color="#ff999999" />
  87. <LeftPen Color="#ff999999" />
  88. <RightPen Color="#ff999999" />
  89. <TopPen Color="#ff999999" />
  90. </Back>
  91. <LabelBrush />
  92. <MajorTick Inside="true">
  93. <LinePen DashStyle="Dot" Color="#ff666666" />
  94. <TickPen Color="#ff666666" />
  95. </MajorTick>
  96. <MinorTick Count="1" Inside="true" TickWidth="2">
  97. <LinePen DashStyle="Dot" Color="#ff666666" />
  98. <TickPen Color="#ff666666" />
  99. </MinorTick>
  100. </AxisX>
  101. <AxisY>
  102. <Back>
  103. <BackGround Color="#ffeeeeee" />
  104. <BottomPen Color="#ff999999" />
  105. <LeftPen Color="#ff999999" />
  106. <RightPen Color="#ff999999" />
  107. <TopPen Color="#ff999999" />
  108. </Back>
  109. <LabelBrush />
  110. <MajorTick TickWidth="2">
  111. <LinePen DashStyle="Solid" Color="#ff666666" Alpha="120"/>
  112. <TickPen Color="#ff666666" />
  113. </MajorTick>
  114. <MinorTick MinimumPixel="10" TickWidth="1">
  115. <LinePen DashStyle="Solid" Color="#ff666666" Alpha="120" />
  116. <TickPen Color="#ff666666" />
  117. </MinorTick>
  118. <MultiplyBack>
  119. <BackGround Color="#ffeeeeee" />
  120. </MultiplyBack>
  121. </AxisY>
  122. <Back>
  123. <BackGround Color="#ffeeeeee" />
  124. <BottomPen Color="#ff999999" />
  125. <LeftPen Color="#ff999999" />
  126. <RightPen Color="#ff999999" />
  127. <TopPen Color="#ff999999" Width="3" />
  128. </Back>
  129. <BarBrushes>
  130. <BrushMapper Color="Maroon" BrushStyle="Empty" />
  131. <BrushMapper BrushStyle="Empty" />
  132. <BrushMapper Color="#ff2675C4" />
  133. </BarBrushes>
  134. <BarPens>
  135. <PenMapper Color="Maroon"/>
  136. <PenMapper Color="#FF55FFFF" />
  137. <PenMapper Color="#ff2675C4" />
  138. </BarPens>
  139. </FormulaSkin>