Class RadSparklineBase
Inheritance
System.Object
RadSparklineBase
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadSparklineBase : RadControl, ISupportsDateTimeVirtualization
Constructors
Declaration
protected RadSparklineBase()
Fields
Declaration
public static readonly DependencyProperty AutoRangeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AxisOriginValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AxisStrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AxisVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AxisWidthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty EmptyPointBehaviorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MaxXValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MaxYValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinXValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinYValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ShowAxisProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty XValuePathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty YValuePathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ZeroYPositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public bool AutoRange { get; set; }
Property Value
Declaration
public double AxisOriginValue { get; set; }
Property Value
Declaration
public Brush AxisStroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public Visibility AxisVisibility { get; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public double AxisWidth { get; set; }
Property Value
Declaration
public EmptyPointBehavior EmptyPointBehavior { get; set; }
Property Value
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
|
System.Collections.IEnumerable
|
Declaration
public double MaxXValue { get; set; }
Property Value
Declaration
public double MaxYValue { get; set; }
Property Value
Declaration
public double MinXValue { get; set; }
Property Value
Declaration
public double MinYValue { get; set; }
Property Value
Declaration
public bool ShowAxis { get; set; }
Property Value
Declaration
protected IEnumerable<VisualDataPoint> VisualDataPoints { get; }
Property Value
Declaration
public string XValuePath { get; set; }
Property Value
Declaration
public string YValuePath { get; set; }
Property Value
Declaration
public double ZeroYPosition { get; }
Property Value
Methods
Declaration
protected virtual void CalculateYPosition()
Declaration
protected virtual void IsVirtualizationEnabledChanged()
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Overrides
Declaration
protected override void OnApplyTemplate()
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected virtual void OnDataChanged()
Declaration
protected virtual void OnEmptyPointBehaviorChanged()
Declaration
protected virtual void OnRangeChanged()
Declaration
protected virtual void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.SizeChangedEventArgs
e
|
Declaration
protected virtual void OnVisibleDataChanged()
Declaration
protected virtual void UpdateItemsPanels()
Extension Methods