Class RangeSeries
Inheritance
System.Object
RangeSeries
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class RangeSeries : RangeSeriesBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IImageElement
Constructors
RangeSeries()
Declaration
public RangeSeries()
RangeSeries(String, String)
Declaration
public RangeSeries(string highMember, string lowMember)
Parameters
System.
|
System.
|
RangeSeries(String, String, String)
Declaration
public RangeSeries(string highMember, string lowMember, string categoryMember)
Parameters
System.
|
System.
|
System.
|
Fields
ImageAlignmentProperty
ImageIndexProperty
ImageKeyProperty
ImageLayoutProperty
ImageOpacityProperty
ImageProperty
Properties
Image
Declaration
[RadPropertyDefaultValue("Image", typeof(RangeSeries))]
public Image Image { get; set; }
Property Value
System.
|
Implements
ImageAlignment
Declaration
public ContentAlignment ImageAlignment { get; set; }
Property Value
System.
|
ImageIndex
Declaration
[RadPropertyDefaultValue("ImageIndex", typeof(RangeSeries))]
public int ImageIndex { get; set; }
Property Value
System.
|
Implements
ImageKey
Declaration
[RadPropertyDefaultValue("ImageKey", typeof(RangeSeries))]
public string ImageKey { get; set; }
Property Value
System.
|
Implements
ImageLayout
Declaration
public ImageLayout ImageLayout { get; set; }
Property Value
System.
|
ImageOpacity
Declaration
public float ImageOpacity { get; set; }
Property Value
System.
|
Spline
Gets or sets a value indicating whether the series will be drawn as a spline.
Declaration
public bool Spline { get; set; }
Property Value
System.
|
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.
Declaration
public float SplineTension { get; set; }
Property Value
System.
|