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