차트 배경 (가로, 세로)
<backgroundElements>
	<GridLines direction="both" verticalChangeCount="1" horizontalChangeCount="1">
		<horizontalStroke>
			<Stroke color="#999999" alpha="0.5" weight="1"/>
		</horizontalStroke>
		<horizontalFill>
			<SolidColor color="#EEEEEE" alpha="0.5/">
		</horizontalFill>
		<horizontalAlternateFill>
			<SolidColor color="#FFFFFF" alpha="0.5/">
		</horizontalAlternateFill>
		<verticalStroke>
			<Stroke color="#999999" alpha="0.5" weight="1"/>
		</verticalStroke>
		<verticalFill>
			<SolidColor color="#FFFFFF" alpha="0.5/">
		</verticalFill>
		<verticalAlternateFill>
			<SolidColor color="#EEEEEE" alpha="0.5/">
		</verticalAlternateFill>
		<horizontalOriginStroke>
			<Stroke color="#999999" alpha="0" weight="1"/>
		</horizontalOriginStroke>
	</GridLines>
</backgroundElements>
  • Source
  • Layout
  • Data
  • Layout과 Data를 수정 후 적용 할 수 있습니다.
    수정적용