Class Chart
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class Chart : Image, IDisposable
- Inheritance
-
Chart
- Implements
- Inherited Members
Constructors
Chart(int, int)
public Chart(int width, int height)
Parameters
Properties
AxisPen
public Pen AxisPen { get; set; }
Property Value
BackgroundColor
public Brush BackgroundColor { get; set; }
Property Value
ChartPen
public Pen ChartPen { get; set; }
Property Value
ChartTitle
public string ChartTitle { get; set; }
Property Value
DivisionAxisX
public int DivisionAxisX { get; set; }
Property Value
DivisionAxisY
public int DivisionAxisY { get; set; }
Property Value
DivisionColor
public Brush DivisionColor { get; set; }
Property Value
EllipseColor
public Brush EllipseColor { get; set; }
Property Value
Font
public Font Font { get; set; }
Property Value
Items
public ArrayList Items { get; set; }
Property Value
Mode
public Chart.ChartMode Mode { get; set; }
Property Value
RadiusPoint
public int RadiusPoint { get; set; }
Property Value
TextColor
public Brush TextColor { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposingbool
~Chart()
protected ~Chart()
OnRender(DrawingContext)
public override void OnRender(DrawingContext dc)