MainPage
Axes Property
CPCSilverlight - An implementation of Continuous Parallel Coordinates using Silverlight
Send Feedback
Gets or sets the Axis lines.
Namespace:
ParCoords
Assembly:
ParCoords
(in ParCoords.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
VB
C#
C++
F#
JScript
View Colorized
Copy to Clipboard
Print
public
Dictionary
<
int
,
Line
>
Axes
{
get
;
set
; }
public Dictionary<int, Line> Axes { get; set; }
Remarks
Holds a list of
Line
s for each parallel coordinate axis.
See Also
MainPage Class
MainPage Members
ParCoords Namespace