Class RoundItemBase
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewRound
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Base class for items used in ViewRound.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RoundItemBase : HighlightingItemBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
RoundItemBase
- Implements
- Derived
- Inherited Members
Constructors
RoundItemBase()
Simple constructor for Form designer's list editor.
public RoundItemBase()
RoundItemBase(ViewRoundBase)
Constructor
public RoundItemBase(ViewRoundBase owner)
Parameters
ownerViewRoundBaseParent.
RoundItemBase(ViewRoundBase, AxisPolar)
Constructor
public RoundItemBase(ViewRoundBase owner, AxisPolar axis)
Parameters
ownerViewRoundBaseParent.
axisAxisPolarparam axis M:LightningChartLib.WinForms.Charting.Views.ViewRound.RoundItemBase.#ctor(LightningChartLib.WinForms.Charting.Views.ViewRound.ViewRoundBase,LightningChartLib.WinForms.Charting.Axes.AxisPolar)
Properties
ClipInsideGraph
Defines if the series data outside main chart circle is clipped.
public bool ClipInsideGraph { get; set; }
Property Value
CursorTrackEnabled
Cursor tracking enabled.
public bool CursorTrackEnabled { get; set; }
Property Value
LegendBoxOrderIndex
Series index in LegendBox
public int LegendBoxOrderIndex { get; set; }
Property Value
Visible
Is the series visible.
public bool Visible { get; set; }
Property Value
Remarks
Note that visibility does not affect if the series is used in ZoomToFit operations. Use IncludeInAutoFit property instead.
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
GetMinMaxFromAngleRange(out double, out double, double, double)
Get minimum and maximum amplitude values within given angle range.
public virtual bool GetMinMaxFromAngleRange(out double minAmplitude, out double maxAmplitude, double minAngle, double maxAngle)
Parameters
minAmplitudedoubleMinimum amplitude value
maxAmplitudedoubleMaximum amplitude value
minAngledoubleAngle range start
maxAngledoubleAngle range end
Returns
- bool
True if values were successfully detected
Operators
implicit operator LegendBoxObject(RoundItemBase)
Get item as LegendBoxMouseObject.
public static implicit operator LegendBoxObject(RoundItemBase s)
Parameters
sRoundItemBaserelated object
Returns
- LegendBoxObject
returns M:LightningChartLib.WinForms.Charting.Views.ViewRound.RoundItemBase.op_Implicit(LightningChartLib.WinForms.Charting.Views.ViewRound.RoundItemBase)~LightningChartLib.WinForms.Charting.Views.LegendBoxObject