C# Class HasK.Controls.Graph.ChartVisibleObject

Base class for all visible objects
Inheritance: ChartObject
Show file Open project: xHasKx/CSharp.Controls.Graph.Chart

Protected Properties

Property Type Description
_brush System.Drawing.Brush
_color Color
_fill System.Drawing.Brush
_is_filled bool
_pen System.Drawing.Pen

Public Methods

Method Description
ChartVisibleObject ( Chart chart ) : System

Create base class for all visible objects

Method Details

ChartVisibleObject() public method

Create base class for all visible objects
public ChartVisibleObject ( Chart chart ) : System
chart Chart
return System

Property Details

_brush protected property

The solid brush with value of Color property
protected Brush,System.Drawing _brush
return System.Drawing.Brush

_color protected property

The color value of Color property
protected Color _color
return Color

_fill protected property

The fill brush of object
protected Brush,System.Drawing _fill
return System.Drawing.Brush

_is_filled protected property

Determine if object should be filled
protected bool _is_filled
return bool

_pen protected property

The pen with value of Color property
protected Pen,System.Drawing _pen
return System.Drawing.Pen