<Chart:C1Sunburst x:Name="sunburst"
SelectionMode="Point"
SelectedItemOffset="0.1"
SelectedItemPosition="Top"
LegendPosition="None"
Header="四半期売上高"
Footer="XYZ会社"
InnerRadius="0.1"
Reversed="True"
Palette="Dark"
Offset="0.1"
ItemsSource="{Binding HierarchicalData}"
Binding="Value"
BindingName="Year,Quarter,Month"
ChildItemsPath="Items"
ToolTipContent="{}{name}
{y}"
Margin="-376,0,0,0"
LegendTitle="年" >
<Chart:C1Sunburst.LegendTitleStyle>
<Chart:ChartStyle FontFamily="Arial"
FontSize="10"
FontStretch="Normal"
FontWeight="Bold"/>
</Chart:C1Sunburst.LegendTitleStyle>
<Chart:C1Sunburst.HeaderStyle>
<Chart:ChartStyle FontFamily="Arial"
FontSize="12"
FontStretch="Normal"
FontWeight="Bold"/>
</Chart:C1Sunburst.HeaderStyle>
<Chart:C1Sunburst.FooterStyle>
<Chart:ChartStyle FontFamily="Arial"
FontSize="10"
FontStretch="Normal"
FontWeight="Bold"/>
</Chart:C1Sunburst.FooterStyle>
<Chart:C1Sunburst.DataLabel>
<Chart:PieDataLabel Position="Inside"
Content="{}{name}"
ConnectingLine="True"
Border="True">
</Chart:PieDataLabel>
</Chart:C1Sunburst.DataLabel>
</Chart:C1Sunburst>