Dundas Chart for ASP.NET
UsedYValueLow Custom Attribute
See Also Send comments on this topic.
Custom Attributes > UsedYValueLow Custom Attribute



Glossary Item Box

Gets or sets the zero based index of the low Y Value to use plot the PointAndFigure chart.
Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the UsedYValueLow to for the series.
Chart1.Series(0)("UsedYValueLow") = "1"


C# Copy Code
using Dundas.Charting.WebControl;
  ...

// Set the UsedYValueLow to for the series.
Chart1.Series[0]["UsedYValueLow"] = "1";


Remarks

Gets or sets the zero based index of the low Y Value to use plot the PointAndFigure chart. 

Custom Attribute Summary
Possible Values: - The First DataPoint Y Value.
1  - The Second DataPoint Y Value.
2  - The Third DataPoint Y Value.
3  - The Fourth DataPoint Y Value.
n  - The nth DataPoint Y Value.
Default Value:
2D / 3D Limitations: No
Applies to Chart Element: Series Objects
Applies to Chart Types: Point and Figure

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.