C# Class LitDev.Segment

Exibir arquivo Open project: litdev1/LitDev

Public Properties

Property Type Description
chart string
label string
x double

Public Methods

Method Description
Segment ( double x, double y, double w, double h, string chart, string label ) : System

Method Details

Segment() public method

public Segment ( double x, double y, double w, double h, string chart, string label ) : System
x double
y double
w double
h double
chart string
label string
return System

Property Details

chart public_oe property

public string chart
return string

label public_oe property

public string label
return string

x public_oe property

public double x
return double