Class Chart
public class Chart : ViewLayerGroup, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild- Inheritance
- 
      
      
      
      
      
      
      
      
      
      
      Chart
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Chart()
public Chart()Fields
GridStyleProperty
public static readonly DependencyProperty GridStylePropertyField Value
LegendStyleProperty
public static readonly DependencyProperty LegendStylePropertyField Value
RefeshCommand
public static RoutedCommand RefeshCommandField Value
SplitMilliSecondProperty
public static readonly DependencyProperty SplitMilliSecondPropertyField Value
UseGridProperty
public static readonly DependencyProperty UseGridPropertyField Value
UseLegendProperty
public static readonly DependencyProperty UseLegendPropertyField Value
UseMarkLineProperty
public static readonly DependencyProperty UseMarkLinePropertyField Value
UseMarkPositionProperty
public static readonly DependencyProperty UseMarkPositionPropertyField Value
UseRefreshButtonProperty
public static readonly DependencyProperty UseRefreshButtonPropertyField Value
UsexAxisProperty
public static readonly DependencyProperty UsexAxisPropertyField Value
UseyAxisProperty
public static readonly DependencyProperty UseyAxisPropertyField Value
VisualMapStyleProperty
public static readonly DependencyProperty VisualMapStylePropertyField Value
xAxisStyleProperty
public static readonly DependencyProperty xAxisStylePropertyField Value
xConvertProperty
public static readonly DependencyProperty xConvertPropertyField Value
xDisplayProperty
public static readonly DependencyProperty xDisplayPropertyField Value
yAxisStyleProperty
public static readonly DependencyProperty yAxisStylePropertyField Value
yConvertProperty
public static readonly DependencyProperty yConvertPropertyField Value
yDisplayProperty
public static readonly DependencyProperty yDisplayPropertyField Value
Properties
BarKey
public static ComponentResourceKey BarKey { get; }Property Value
CoordAlignmentCenterKey
public static ComponentResourceKey CoordAlignmentCenterKey { get; }Property Value
CoordKey
public static ComponentResourceKey CoordKey { get; }Property Value
CoordScreenKey
public static ComponentResourceKey CoordScreenKey { get; }Property Value
CoordSingleKey
public static ComponentResourceKey CoordSingleKey { get; }Property Value
CoordVerticalKey
public static ComponentResourceKey CoordVerticalKey { get; }Property Value
CoordWithOutToolKey
public static ComponentResourceKey CoordWithOutToolKey { get; }Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }Property Value
GridStyle
public Style GridStyle { get; set; }Property Value
LegendStyle
public Style LegendStyle { get; set; }Property Value
SplitMilliSecond
public double SplitMilliSecond { get; set; }Property Value
StackBarKey
public static ComponentResourceKey StackBarKey { get; }Property Value
UseGrid
public bool UseGrid { get; set; }Property Value
UseLegend
public bool UseLegend { get; set; }Property Value
UseMarkLine
public bool UseMarkLine { get; set; }Property Value
UseMarkPosition
public bool UseMarkPosition { get; set; }Property Value
UseRefreshButton
public bool UseRefreshButton { get; set; }Property Value
UsexAxis
public bool UsexAxis { get; set; }Property Value
UseyAxis
public bool UseyAxis { get; set; }Property Value
VisualMapStyle
public Style VisualMapStyle { get; set; }Property Value
xAxisStyle
public Style xAxisStyle { get; set; }Property Value
xConvert
public Func<double, string> xConvert { get; set; }Property Value
xDisplay
[TypeConverter(typeof(DisplayTypeConverter))]
public ObservableCollection<string> xDisplay { get; set; }Property Value
yAnimationBarKey
public static ComponentResourceKey yAnimationBarKey { get; }Property Value
yAxisStyle
public Style yAxisStyle { get; set; }Property Value
yBarKey
public static ComponentResourceKey yBarKey { get; }Property Value
yConvert
public Func<double, string> yConvert { get; set; }Property Value
yDisplay
[TypeConverter(typeof(DisplayTypeConverter))]
public ObservableCollection<string> yDisplay { get; set; }Property Value
yStackBarKey
public static ComponentResourceKey yStackBarKey { get; }