Line Chart Theme Definition

This is an example of a definition for a FeatureLineChartTheme. This would be included in a named layer defintion.

<ObjectThemeLayer id="id5" name="World LineChart Layer" alias="WorldLineChartLayer">
    <DataSourceRef ref="id1" />
    <FeatureLineChartTheme id="id7">
        <ChartBaseSize useScale="true">
            <MapScale>40653992.6</MapScale>
            <Height uom="mapinfo:length in">1</Height>
            <Width uom="mapinfo:length in">0.5</Width>
        </ChartBaseSize>						
        <ChartLayout visibleOutline="true">
            <AreaStyle>
                <LineStyle stroke="rgb(0,0,0)" stroke-opacity="1" width="1" width-unit="mapinfo:imagesize pixel">
                    <Pen>mapinfo:pen 2</Pen>
                </LineStyle>
                <Interior fill-opacity="1" fill="(#id8)">
                    <Defs>
                        <Pattern id="id8">
                            <Bitmap uri="mapinfo:brush 1">
                                <ColorAdjustmentSet>
                                    <ColorAdjustment color-1="nonWhite" color-2="rgb(153,204,255)" opacity="1" />
                                    <ColorAdjustment color-1="rgb(153,204,255)" color-2="rgb(153,204,255)" opacity="1" />
                                </ColorAdjustmentSet>
                            </Bitmap>
                        </Pattern>
                    </Defs>
                </Interior>
            </AreaStyle>
        </ChartLayout>
        <ChartLine>
            <LineStyle stroke="rgb(0,0,0)" stroke-opacity="1" width="1" width-unit="mapinfo:imagesize pixel">
                <Pen>mapinfo:pen 2</Pen>
            </LineStyle>
        </ChartLine>
        <LineChartDefinitionList>
            <LineChartDefinition>
                <NumericValueExpression>
                    <AttributeName>Pop_Male</AttributeName>
                </NumericValueExpression>
                <LegendRowOverride visible="false" />
            </LineChartDefinition>
            <LineChartDefinition>
                <NumericValueExpression>
                    <AttributeName>Pop_Fem</AttributeName>
                </NumericValueExpression>
                <LegendRowOverride>
                    <Text>Legend 1</Text>
                </LegendRowOverride>
            </LineChartDefinition>
            <LineChartDefinition>
                <NumericValueExpression>
                    <AttributeName>Pop_1994</AttributeName>
                </NumericValueExpression>
                <LegendRowOverride visible="true">
                    <Text>Legend 2</Text>
                </LegendRowOverride>
            </LineChartDefinition>
        </LineChartDefinitionList>
    </FeatureLineChartTheme>
</ObjectThemeLayer>