ClassRangeSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class RangeSeries : RangeSeriesBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesRangeSeriesBaseRangeSeries
Implements:
Inherited Members
Constructors
RangeSeries()
Declaration
cs-api-definition
public RangeSeries()
Fields
ImageAlignmentProperty
Declaration
cs-api-definition
public static RadProperty ImageAlignmentProperty
Field Value
ImageOpacityProperty
Declaration
cs-api-definition
public static RadProperty ImageOpacityProperty
Field Value
Properties
Image
Declaration
cs-api-definition
[TypeConverter(typeof(ImageTypeConverter))]
public Image Image { get; set; }
Property Value
Implements
ImageAlignment
Declaration
cs-api-definition
public ContentAlignment ImageAlignment { get; set; }
Property Value
ImageIndex
Declaration
cs-api-definition
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.NoneExcludedImageIndexConverter, Telerik.WinControls.UI.Design, Version=2026.1.217.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public int ImageIndex { get; set; }
Property Value
Implements
ImageKey
Declaration
cs-api-definition
[RelatedImageList("ElementTree.Control.ImageList")]
[TypeConverter("Telerik.WinControls.UI.Design.RadImageKeyConverter, Telerik.WinControls.UI.Design, Version=2026.1.217.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public string ImageKey { get; set; }
Property Value
Implements
ImageLayout
Declaration
cs-api-definition
public ImageLayout ImageLayout { get; set; }
Property Value
Spline
Gets or sets a value indicating whether the series will be drawn as a spline.
SplineTension
Gets or sets a value indicating the tension of the spline. Spline property must be set to true for this property to have effect.