차트 배경 (가로 라인)
<backgroundElements>
	<GridLines direction="horizontal" horizontalChangeCount="1">
		<horizontalStroke>
			//color:색상 alpha:투명도 weight:굵기
			<Stroke color="#FF9966" alpha="0.5" weight="1"/>
		</horizontalStroke>
		<horizontalFill>
			//color:색상 alpha:투명도
			<SolidColor color="#FFCC99" alpha="0.5"/>
		</horizontalFill>
		<horizontalAlternateFill>
			//color:색상 alpha:투명도
			<SolidColor color="#FFFFCC" alpha="0.5"/>
		</horizontalAlternateFill>
	</GridLines>
</backgroundElements>
  • Source
  • Layout
  • Data
  • Layout과 Data를 수정 후 적용 할 수 있습니다.
    수정적용