C# Class TrakHound_UI.Histogram.Histogram

Interaction logic for Histogram.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
BarMarginProperty System.Windows.DependencyProperty
IdProperty System.Windows.DependencyProperty
MajorStepProperty System.Windows.DependencyProperty
MaxBarWidthProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty
ValueFormatProperty System.Windows.DependencyProperty

Public Methods

Method Description
AddDataBar ( DataBar dataBar ) : void
Histogram ( ) : System
Refresh ( ) : void

Private Methods

Method Description
PropertyValueChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetDataBarWidths ( ) : void
SetLabels ( ) : void
UserControl_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

AddDataBar() public method

public AddDataBar ( DataBar dataBar ) : void
dataBar DataBar
return void

Histogram() public method

public Histogram ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

Property Details

BarMarginProperty public_oe static_oe property

public static DependencyProperty,System.Windows BarMarginProperty
return System.Windows.DependencyProperty

IdProperty public_oe static_oe property

public static DependencyProperty,System.Windows IdProperty
return System.Windows.DependencyProperty

MajorStepProperty public_oe static_oe property

public static DependencyProperty,System.Windows MajorStepProperty
return System.Windows.DependencyProperty

MaxBarWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaxBarWidthProperty
return System.Windows.DependencyProperty

MaximumProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaximumProperty
return System.Windows.DependencyProperty

MinimumProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinimumProperty
return System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

public static DependencyProperty,System.Windows TitleProperty
return System.Windows.DependencyProperty

ValueFormatProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueFormatProperty
return System.Windows.DependencyProperty