Class RangeSeries
Inheritance
Inherited Members
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.String
highMember
|
System.String
lowMember
|
RangeSeries(String, String, String)
Declaration
public RangeSeries(string highMember, string lowMember, string categoryMember)
Parameters
System.String
highMember
|
System.String
lowMember
|
System.String
categoryMember
|
Fields
ImageAlignmentProperty
ImageIndexProperty
ImageKeyProperty
ImageLayoutProperty
ImageOpacityProperty
ImageProperty
Properties
Image
Declaration
[RadPropertyDefaultValue("Image", typeof(RangeSeries))]
public Image Image { get; set; }
Property Value
System.Drawing.Image
|
Implements
ImageAlignment
Declaration
public ContentAlignment ImageAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
ImageIndex
Declaration
[RadPropertyDefaultValue("ImageIndex", typeof(RangeSeries))]
public int ImageIndex { get; set; }
Property Value
System.Int32
|
Implements
ImageKey
Declaration
[RadPropertyDefaultValue("ImageKey", typeof(RangeSeries))]
public string ImageKey { get; set; }
Property Value
System.String
|
Implements
ImageLayout
Declaration
public ImageLayout ImageLayout { get; set; }
Property Value
System.Windows.Forms.ImageLayout
|
ImageOpacity
Declaration
public float ImageOpacity { get; set; }
Property Value
System.Single
|
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.Boolean
|
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.Single
|