C# Class AForge.Controls.Chart.DataSeries

Show file Open project: holisticware-admin/MonoVersal.AForgeNET

Public Properties

Property Type Description
color Color
data ].double[
type SeriesType
updateYRange bool
width int

Property Details

color public property

public Color color
return Color

data public property

public double[,] data
return ].double[

type public property

public SeriesType type
return SeriesType

updateYRange public property

public bool updateYRange
return bool

width public property

public int width
return int