OhlcMarks
Class
Represents the vertical indicators of the financial (stock) series.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class OhlcMarks
Inheritance: objectOhlcMarks
Properties
Close
string
Gets or sets an expression that defines the Close point for an OHLC data point in a CartesianCoordinateSystem
C#
public string Close { get; set; }
High
string
Gets or sets an expression that defines the High point for an OHLC data point in a CartesianCoordinateSystem
C#
public string High { get; set; }
Low
string
Gets or sets an expression that defines the Low point for an OHLC data point in a CartesianCoordinateSystem
C#
public string Low { get; set; }
Open
string
Gets or sets an expression that defines the Open point for an OHLC data point in a CartesianCoordinateSystem
C#
public string Open { get; set; }