HorizontalGroupHelper
StockSharp.Xaml.Charting
A HelperClass used to perform the functionality of VerticalChartGroupProperty but when the chart is rotated (e.g. YAxis AxisAlignment = Top
Methods
GetHorizontalChartGroup
public static string GetHorizontalChartGroup(DependencyObject element)
result = HorizontalGroupHelper.GetHorizontalChartGroup(element)
Gets the Horizontal chart group depedency property
- element
- The element.
SetHorizontalChartGroup
public static void SetHorizontalChartGroup(DependencyObject element, string syncWidthGroup)
HorizontalGroupHelper.SetHorizontalChartGroup(element, syncWidthGroup)
Sets the Horizontal chart group dependency Property
- element
- The element.
- syncWidthGroup
- The named group
Fields
HorizontalChartGroupProperty
public static readonly DependencyProperty HorizontalChartGroupProperty
value = HorizontalGroupHelper.HorizontalChartGroupProperty
Defines the HorizontalChartGroup DependencyProperty