RadControls for Silverlight

 

Classes

  ClassDescription
Public classColumn
Represents one column.
Public classColumnDataPoint
Represents the visual data pont object used with RadColumnSparkline.
Public classColumnsContainer
ItemsControl that holds columns. Supports indicator color changing.
Public classColumnsPanel
Panel used for column positioning. Sizes and positions columns evenly.
Public classDataPointCollection
This class supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
Public classDataPointsCollectionView<(Of <(<'T>)>)>
Represents a view over the ObservableProjectedView that supports data binding for the RadSparkline control.
Public classFastItemsControl<(Of <(<'TItem, TPanel>)>)>
Custom lightweight ItemsControl. Does not wrap the generated items into ItemsPresenter. Listens to CollectionChanged events and acts appropriately.
Public classFastItemsControlBase
Base class for the FastItemsControl. Adds the default style.
Public classIndicatorItem
Represents one indicator item.
Public classIndicatorsContainer
ItemsControl that holds indicators. Supports indicator color and visibility changing.
Public classIndicatorsContainerBase<(Of <(<'TItem, TPanel>)>)>
Base class for ItemsControl that holds indicators. Supports indicator color and visibility changing.
Public classPointCollectionCloneConverter
Returns a clone of the passed PointCollection.
Public classRadIndicatedSparklineBase
Base class for all RadSparklineBases that have indicators. Provides ability to toggle indicators and change indicators brushes.
Public classRadItemDrawnSparklineBase
Base class for all self drawing sparkline series.
Public classRadLinearSparklineBase
Base class for all linear sparkline series.
Public classRadSparklineBase
Base class containing common functionality for all sparkline controls.
Public classRectToRectangleGeometryConverter
Creates a RectangleGeometry from a passed Rect.
Public classRectToRectangleGeometryConveter
Creates a RectangleGeometry from a passed Rect.
Public classScatterContainer
ItemsControl that holds scatter points. Supports indicator color changing.
Public classScatterDataPoint
DataPoint for scattered points. Used in RadScatterSparklines.
Public classScatterItem
Represents a ScatterItem control.
Public classScatterPanel
Represents the panel used to arrange scatter points.
Public classSparkDataPoint
Base class for all DataPoints. This class contains only properties related to the data.
Public classSparklineItemBase
Base class for all controls that support color changing through TemplateBinding.
Public classVisualDataPoint
SparkDataPoint ViewModel. All properties and methods that are relevant to the view should be added here.
Public classWinLossDataPoint
Represents the visual data pont object used with RadWinLossSparkline.

Enumerations

  EnumerationDescription
Public enumerationColumnLayoutMode
Specifies the layout behavior of columns inside the RadColumnSparkline.
Public enumerationEmptyPointBehavior
This enumeration defines the behavior of the sparkline when it encounters an empty Y point.