-
-ChartArea |
-SfChart |
-Description |
+ChartArea | SfChart | Description |
+
-
-Header |
-Header |
-Gets or sets the header name for Chart |
+Header | Header | Gets or sets the header name for Chart |
+
-
-Background |
-AreaBackground |
-Gets or sets the Chart area background (rectangle bounds excluding Axis and legend) |
+Background | AreaBackground | Gets or sets the Chart area background (rectangle bounds excluding Axis and legend) |
+
-
-BorderBrush |
-AreaBorderBrush |
-Gets or sets the Chart area border brush. |
+BorderBrush | AreaBorderBrush | Gets or sets the Chart area border brush. |
+
-
-BorderThickness |
-AreaBorderThickness |
-Gets or sets the Chart area border thickness. |
+BorderThickness | AreaBorderThickness | Gets or sets the Chart area border thickness. |
+
-
-SideBySideSeriesPlacement |
-SideBySideSeriesPlacement |
-Gets or sets Boolean value whether series is placed side by side or not. |
+SideBySideSeriesPlacement | SideBySideSeriesPlacement | Gets or sets Boolean value whether series is placed side by side or not. |
+
-
-Series |
-Series |
-Gets or sets ChartSeriesCollection to Chart. |
+Series | Series | Gets or sets ChartSeriesCollection to Chart. |
+
-
-ShowGridLines |
-- |
-Gets or sets Boolean value for showing the gridlines for both axes. |
+ShowGridLines | - | Gets or sets Boolean value for showing the gridlines for both axes. |
+
-
-EnableRangeSelection |
-- |
-Gets or sets Boolean value that enables you to select a particular range of a primary axis by using two cursors. |
+EnableRangeSelection | - | Gets or sets Boolean value that enables you to select a particular range of a primary axis by using two cursors. |
+
-
-StartValue |
-- |
-Gets or sets start value for range selection |
+StartValue | - | Gets or sets start value for range selection |
+
-
-EndValue |
-- |
-Gets or sets end value for range selection |
+EndValue | - | Gets or sets end value for range selection |
+
-
-ShowLegend |
-- |
-Gets or sets Boolean value for showing the chart legends. |
+ShowLegend | - | Gets or sets Boolean value for showing the chart legends. |
+
-
-SplitterColor |
-- |
-Gets or sets color for SyncChartAreas splitter |
+SplitterColor | - | Gets or sets color for SyncChartAreas splitter |
+
-
-SplitterPosition |
-- |
-Gets or sets position for SyncChartAreas splitter |
+SplitterPosition | - | Gets or sets position for SyncChartAreas splitter |
+
-
-SplitterStroke |
-- |
-Gets or sets stroke for SyncChartAreas splitter |
+SplitterStroke | - | Gets or sets stroke for SyncChartAreas splitter |
+
-
-SplitterVisibility |
-- |
-Gets or sets visibility for SyncChartAreas splitter |
+SplitterVisibility | - | Gets or sets visibility for SyncChartAreas splitter |
+
-
-SplitterWidth |
-- |
-Gets or sets width for SyncChartAreas splitter |
+SplitterWidth | - | Gets or sets width for SyncChartAreas splitter |
+
## Legend
The Legends are same for both Chart and SfChart except that you can add multiple Legends for the SfChart.
- The Legend property in ChartArea accepts single Legend for whole Chart. In case of SfChart, the Legend property of
- the SfChart is an object that accepts one or more Legends based on your requirement.
- [For more details](https://help.syncfusion.com/winrt/sfchart/legend)
+The Legend property in ChartArea accepts single Legend for whole Chart. In case of SfChart, the Legend property of
+the SfChart is an object that accepts one or more Legends based on your requirement.
+[For more details](https://help.syncfusion.com/winrt/sfchart/legend)
-The following code example illustrates the usage of Legend in Chart and SfChart.
+The following code example illustrates the usage of Legend in Chart and SfChart:
### Chart
{% tabs %}
{% highlight xaml %}
-
-
-ChartLegend (Chart) |
-ChartLegend (SfChart) |
-Description |
+ChartLegend (Chart) | ChartLegend (SfChart) | Description |
+
-
-CheckBoxVisibility |
-CheckBoxVisibility |
-Gets or sets visibility for Legend check box |
+CheckBoxVisibility | CheckBoxVisibility | Gets or sets visibility for Legend check box |
+
-
-Orientation |
-Orientation |
-Gets or sets orientation for Legends |
+Orientation | Orientation | Gets or sets orientation for Legends |
+
-
-chart:Chart.Dock |
-DockPosition |
-Gets or sets docking position for Legends that decides the positioning for Legends. |
+chart:Chart.Dock | DockPosition | Gets or sets docking position for Legends that decides the positioning for Legends. |
+
-
-OffsetX |
-OffsetX |
-Gets or sets X-axis offset value for Legends horizontal placement. |
+OffsetX | OffsetX | Gets or sets X-axis offset value for Legends horizontal placement. |
+
-
-OffsetY |
-OffsetY |
-Gets or sets Y-axis offset value for Legends vertical placement. OffsetX and OffsetY are applicable when DockPosition is set as 'Floating'. |
+OffsetY | OffsetY | Gets or sets Y-axis offset value for Legends vertical placement. OffsetX and OffsetY are applicable when DockPosition is set as 'Floating'. |
+
-
-ItemTemplate |
-ItemTemplate |
-Gets or sets template for the Legend items. |
+ItemTemplate | ItemTemplate | Gets or sets template for the Legend items. |
+
-
-IconVisibility |
-IconVisibility |
-Gets or sets the visibility of the Legend icon(s). |
+IconVisibility | IconVisibility | Gets or sets the visibility of the Legend icon(s). |
+
-
-IconHeight |
-IconHeight |
-Gets or sets the double value that represents the Legend icon(s) width. |
+IconHeight | IconHeight | Gets or sets the double value that represents the Legend icon(s) width. |
+
-
-IconHeight |
-IconHeight |
-Gets or sets the double value that represents that Legend icon(s) height. |
+IconHeight | IconHeight | Gets or sets the double value that represents that Legend icon(s) height. |
+
-
-ItemMargin |
-ItemMargin |
-Gets or sets the margin of Legend items. |
+ItemMargin | ItemMargin | Gets or sets the margin of Legend items. |
+
-
-ElementMargin |
-Margin |
-Gets or sets the margin for Legend element. |
+ElementMargin | Margin | Gets or sets the margin for Legend element. |
+
-
-ShowSymbol |
-IconVisibility |
-Gets or sets the visibility for Legend icon symbol. |
+ShowSymbol | IconVisibility | Gets or sets the visibility for Legend icon symbol. |
+
## Axis
-The class design for Axis is different for both ChartArea and SfChart. In ChartArea, Axis is the instance of ChartAxis type and its type is mentioned in ValueType property as in the following code example.
+The class design for Axis is different for both ChartArea and SfChart. In ChartArea, Axis is the instance of ChartAxis type and its type is mentioned in ValueType property as in the following code example:
{% highlight xaml %}
-
-
-ChartAxis |
-NumericalAxis, DateTimeAxis, CategoryAxis, LogarithmicAxis, TimeSpanAxis and DateTimeCategoryAxis |
-Description |
+ChartAxis | NumericalAxis, DateTimeAxis, CategoryAxis, LogarithmicAxis, TimeSpanAxis and DateTimeCategoryAxis | Description |
+
-
-Header |
-Header |
-Gets or sets the header for the chart axis. |
+Header | Header | Gets or sets the header for the chart axis. |
+
-
-IntersectAction |
-LabelsIntersectAction |
-Gets or sets a value that determines how to avoid overlapping of labels. |
+IntersectAction | LabelsIntersectAction | Gets or sets a value that determines how to avoid overlapping of labels. |
+
-
-RangePadding |
-RangePadding |
-Gets or sets the range padding for chart axis. |
+RangePadding | RangePadding | Gets or sets the range padding for chart axis. |
+
-
-IsAutoSetRange, Range |
-Minimum, Maximum |
-Gets or sets range for chart axis |
+IsAutoSetRange, Range | Minimum, Maximum | Gets or sets range for chart axis |
+
-
-Interval |
-Interval |
-Gets or sets value for axis label |
+Interval | Interval | Gets or sets value for axis label |
+
-
-LabelPosition |
-LabelPosition |
-Gets or sets placement position for label. |
+LabelPosition | LabelPosition | Gets or sets placement position for label. |
+
-
-AxisVisibility |
-Visibility |
-Gets or sets the visibility for Chart Axis. |
+AxisVisibility | Visibility | Gets or sets the visibility for Chart Axis. |
+
-
-EnableAutoIntervalOnZooming |
-EnableAutoIntervalOnZooming |
-Gets or sets a Boolean value to enable auto interval calculation while zooming |
+EnableAutoIntervalOnZooming | EnableAutoIntervalOnZooming | Gets or sets a Boolean value to enable auto interval calculation while zooming |
+
-
-IsInversed |
-IsInversed |
-Gets or sets a value that indicates whether data is plotted reversely or not. |
+IsInversed | IsInversed | Gets or sets a value that indicates whether data is plotted reversely or not. |
+
-
-TickLinesPosition |
-TickLinesPosition |
-Gets or sets tick line position |
+TickLinesPosition | TickLinesPosition | Gets or sets tick line position |
+
-
-TickLineSize |
-TickLineSize |
-Gets or sets tick line size |
+TickLineSize | TickLineSize | Gets or sets tick line size |
+
-
-SmallTickLineSize |
-SmallTickLineSize |
-Gets or sets small tick line size |
+SmallTickLineSize | SmallTickLineSize | Gets or sets small tick line size |
+
-
- |
-SmallTickLinesPosition |
-Gets or sets small tick line position |
+ | SmallTickLinesPosition | Gets or sets small tick line position |
+
-
-SmallTicksPerInterval |
-SmallTicksPerInterval |
-Gets or sets value to enable small ticks. |
+SmallTicksPerInterval | SmallTicksPerInterval | Gets or sets value to enable small ticks. |
+
-
-LabelRotateAngle |
-LabelRotateAngle |
-Gets or sets label rotation angle. |
+LabelRotateAngle | LabelRotateAngle | Gets or sets label rotation angle. |
+
-
-EdgeLabelsDrawingMode |
-EdgeLabelsDrawingMode |
-Gets or sets position for edge labels. |
+EdgeLabelsDrawingMode | EdgeLabelsDrawingMode | Gets or sets position for edge labels. |
+
-
-DesiredIntervalsCount |
-DesiredIntervalsCount |
-Gets or sets desired interval count. |
+DesiredIntervalsCount | DesiredIntervalsCount | Gets or sets desired interval count. |
+
-
-OpposedPosition |
-OpposedPosition |
-Gets or sets a value that indicates axis is positioned opposite to its default position. |
+OpposedPosition | OpposedPosition | Gets or sets a value that indicates axis is positioned opposite to its default position. |
+
-
-LabelsSource |
-LabelsSource |
-Gets or sets label source for custom labels. |
+LabelsSource | LabelsSource | Gets or sets label source for custom labels. |
+
-
-ContentPath |
-ContentPath |
-Gets or sets content path property value. |
+ContentPath | ContentPath | Gets or sets content path property value. |
+
-
-PositionPath |
-PositionPath |
-Gets or sets position path property value. |
+PositionPath | PositionPath | Gets or sets position path property value. |
+
-
-LabelsPostfix |
-PostfixLabelTemplate |
-Gets or sets post fix label template. |
+LabelsPostfix | PostfixLabelTemplate | Gets or sets post fix label template. |
+
-
-LabelsPrefix |
-PrefixLabelTemplate |
-Gets or sets prefix label template |
+LabelsPrefix | PrefixLabelTemplate | Gets or sets prefix label template |
+
-
-LabelDateTimeFormat, LabelLogarithmicFormat LabelTimeSpanFormat |
-LabelFormat |
-Gets or sets axis label format. |
+LabelDateTimeFormat, LabelLogarithmicFormat LabelTimeSpanFormat | LabelFormat | Gets or sets axis label format. |
+
-
-LabelTemplate |
-LabelTemplate |
-Gets or sets label template. |
+LabelTemplate | LabelTemplate | Gets or sets label template. |
+
-
-chart:ChartArea.ShowGridLines |
-ShowGridline |
-Gets or sets a value to enable grid lines. |
+chart:ChartArea.ShowGridLines | ShowGridline | Gets or sets a value to enable grid lines. |
+
-
-chart:ChartArea.SmallGridLineStroke |
-MajorGridLineStyle |
-Gets or sets major grid line style. |
+chart:ChartArea.SmallGridLineStroke | MajorGridLineStyle | Gets or sets major grid line style. |
+
-
-chart:ChartArea.SmallGridLineStroke |
-MajorTickLineStyle |
-Gets or sets tick line style. |
+chart:ChartArea.SmallGridLineStroke | MajorTickLineStyle | Gets or sets tick line style. |
+
-
-ZoomFactor |
-ZoomFactor |
-Gets or sets the zoom factor value. |
+ZoomFactor | ZoomFactor | Gets or sets the zoom factor value. |
+
-
-ZoomPosition |
-ZoomPosition |
-Gets or sets the zoom position value. |
+ZoomPosition | ZoomPosition | Gets or sets the zoom position value. |
+
### Chart
{% tabs %}
{% highlight xaml %}
-