Table of Contents

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

width int
height int

Properties

AxisPen

public Pen AxisPen { get; set; }

Property Value

Pen

BackgroundColor

public Brush BackgroundColor { get; set; }

Property Value

Brush

ChartPen

public Pen ChartPen { get; set; }

Property Value

Pen

ChartTitle

public string ChartTitle { get; set; }

Property Value

string

DivisionAxisX

public int DivisionAxisX { get; set; }

Property Value

int

DivisionAxisY

public int DivisionAxisY { get; set; }

Property Value

int

DivisionColor

public Brush DivisionColor { get; set; }

Property Value

Brush

EllipseColor

public Brush EllipseColor { get; set; }

Property Value

Brush

Font

public Font Font { get; set; }

Property Value

Font

Items

public ArrayList Items { get; set; }

Property Value

ArrayList

Mode

public Chart.ChartMode Mode { get; set; }

Property Value

Chart.ChartMode

RadiusPoint

public int RadiusPoint { get; set; }

Property Value

int

TextColor

public Brush TextColor { get; set; }

Property Value

Brush

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

disposing bool

~Chart()

protected ~Chart()

OnRender(DrawingContext)

public override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext