C# Class TrakHound_UI.Histogram.Histogram

Interaction logic for Histogram.xaml
Inheritance: System.Windows.Controls.UserControl
Show 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 static property

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

IdProperty public static property

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

MajorStepProperty public static property

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

MaxBarWidthProperty public static property

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

MaximumProperty public static property

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

MinimumProperty public static property

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

TitleProperty public static property

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

ValueFormatProperty public static property

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