This property sets the TrendLine to appear Horizontally or Vertically. It takes values "Horizontal" or "Vertical". The default value of Orientation for TrendLine is Horizontal.
Type: Orientation
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.TrendLines>
<vc:TrendLine Value="3" Orientation="Vertical"/>
</vc:Chart.TrendLines>
</vc:Chart>
Below is the chart after setting Orientation property.
