Class TimeSeries.YLevel
Represents a named level that gets represented on a vertical scale, usually as the horizontal line
that goes across the chart
Inheritance
System.Object
TimeSeries.YLevel
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()
Assembly: NFX.WinForms.dll
public class YLevel : INamed, IOrdered
Constructors
Declaration
public YLevel(string name, int order, Style style = null)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
order |
|
Style |
style |
|
Properties
Declaration
public bool AffectsScale { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public object AssociatedData { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public string DisplayValue { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public LineStyle HLineStyle { get; set; }
Property Value
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Order { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Style Style { get; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
The value is in primary series unit
Declaration
public float Value { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public string ValueFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
Extension Methods