Click or drag to resize

ChartVisualArgs Properties

The ChartVisualArgs type exposes the following members.

Properties
 NameDescription
Public propertyActualHeight Gets the actual height of the view
(Inherited from VisualArgs)
Public propertyActualWidth Gets the actual width of the view
(Inherited from VisualArgs)
Public propertyAxisOrientation Gets the AxisOrientation
Public propertyBars Gets the Bars
Public propertyFirstBarPainted Gets the index of the first bar painted
Public propertyLastBarPainted Gets the index of the last bar painted
Public propertyMax Gets the maximum value of the y-axis
(Inherited from VisualArgsT)
Public propertyMin Gets the minimum value of the y-axis
(Inherited from VisualArgsT)
Public propertyPoint Gets the current mouse position
(Inherited from VisualArgsT)
Public propertyScaleType Gets the ScaleType of the y-axis
(Inherited from VisualArgsT)
Public propertyViewModel Gets the viewModel
(Inherited from VisualArgsT)
Top
See Also