C# Class HasK.Controls.Graph.ChartObject

Interface which should be implemented by any object on chart
Show file Open project: xHasKx/CSharp.Controls.Graph.Chart

Public Properties

Property Type Description
Flags uint

Public Methods

Method Description
ChartObject ( Chart chart ) : System

Base constructor for all on-chart objects

Draw ( Graphics g ) : void

Chart will calls this method to draw object

Method Details

ChartObject() public method

Base constructor for all on-chart objects
public ChartObject ( Chart chart ) : System
chart Chart The chart on which object should be displayed
return System

Draw() public abstract method

Chart will calls this method to draw object
public abstract Draw ( Graphics g ) : void
g System.Drawing.Graphics Graphics, which should be used for drawing
return void

Property Details

Flags public property

Stores bit-flags capabilities of object
public uint Flags
return uint