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 GridStyleProperty
Field Value
LegendStyleProperty
public static readonly DependencyProperty LegendStyleProperty
Field Value
RefeshCommand
public static RoutedCommand RefeshCommand
Field Value
SplitMilliSecondProperty
public static readonly DependencyProperty SplitMilliSecondProperty
Field Value
UseGridProperty
public static readonly DependencyProperty UseGridProperty
Field Value
UseLegendProperty
public static readonly DependencyProperty UseLegendProperty
Field Value
UseMarkLineProperty
public static readonly DependencyProperty UseMarkLineProperty
Field Value
UseMarkPositionProperty
public static readonly DependencyProperty UseMarkPositionProperty
Field Value
UseRefreshButtonProperty
public static readonly DependencyProperty UseRefreshButtonProperty
Field Value
UsexAxisProperty
public static readonly DependencyProperty UsexAxisProperty
Field Value
UseyAxisProperty
public static readonly DependencyProperty UseyAxisProperty
Field Value
VisualMapStyleProperty
public static readonly DependencyProperty VisualMapStyleProperty
Field Value
xAxisStyleProperty
public static readonly DependencyProperty xAxisStyleProperty
Field Value
xConvertProperty
public static readonly DependencyProperty xConvertProperty
Field Value
xDisplayProperty
public static readonly DependencyProperty xDisplayProperty
Field Value
yAxisStyleProperty
public static readonly DependencyProperty yAxisStyleProperty
Field Value
yConvertProperty
public static readonly DependencyProperty yConvertProperty
Field Value
yDisplayProperty
public static readonly DependencyProperty yDisplayProperty
Field 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; }