Class ViewLayerGroup
public class ViewLayerGroup : LayerGroup, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
ViewLayerGroup
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
DrawOnceProperty
public static readonly DependencyProperty DrawOnceProperty
Field Value
UseDrawOnceProperty
public static readonly DependencyProperty UseDrawOnceProperty
Field Value
xAxisAutoProperty
public static readonly DependencyProperty xAxisAutoProperty
Field Value
xAxisCountProperty
public static readonly DependencyProperty xAxisCountProperty
Field Value
xAxisProperty
public static readonly DependencyProperty xAxisProperty
Field Value
xDatasProperty
public static readonly DependencyProperty xDatasProperty
Field Value
yAxisAutoProperty
public static readonly DependencyProperty yAxisAutoProperty
Field Value
yAxisCountProperty
public static readonly DependencyProperty yAxisCountProperty
Field Value
yAxisProperty
public static readonly DependencyProperty yAxisProperty
Field Value
yDatasProperty
public static readonly DependencyProperty yDatasProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
DrawOnce
public bool DrawOnce { get; set; }
Property Value
UseDrawOnce
true:需要调用DrawOne去刷新,用于显示实时数据修改完数据后手动调用刷新,false:属性更改实时刷新,手动编辑数据刷新
public bool UseDrawOnce { get; set; }
Property Value
xAxis
[TypeConverter(typeof(DoubleCollectionConverter))]
public DoubleCollection xAxis { get; set; }
Property Value
xAxisAuto
x轴坐标根据数据自动计算
public bool xAxisAuto { get; set; }
Property Value
xAxisCount
x轴坐标点个数
public int xAxisCount { get; set; }
Property Value
xDatas
x轴数据集合
[TypeConverter(typeof(DoubleCollectionConverter))]
public DoubleCollection xDatas { get; set; }
Property Value
yAxis
[TypeConverter(typeof(DoubleCollectionConverter))]
public DoubleCollection yAxis { get; set; }
Property Value
yAxisAuto
y坐标轴根据数据自动计算
public bool yAxisAuto { get; set; }
Property Value
yAxisCount
y轴坐标点个数
public int yAxisCount { get; set; }
Property Value
yDatas
[TypeConverter(typeof(DoubleCollectionConverter))]
public DoubleCollection yDatas { get; set; }
Property Value
Methods
RefreshByData()
public void RefreshByData()