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