Header and Footer are used to display descriptive or relevant information with respect to the chart.
In FlexChart, these elements are set by using the Header and the Footer property.
Here is the Xaml for setting the property:
XAML |
Copy Code
|
---|---|
<Chart:C1FlexChart x:Name="flexChart" Header="Fruit Sale Chart" Footer="Random Data"> |