Click or drag to resize

YAxis Constructor


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public YAxis(
	ChartViewModel viewModel,
	ChartPanelViewModel chartPanelViewModel,
	AxisOrientation axisOrientation,
	bool hasBars,
	double tickSize
)

Parameters

viewModel  ChartViewModel
 
chartPanelViewModel  ChartPanelViewModel
 
axisOrientation  AxisOrientation
 
hasBars  Boolean
 
tickSize  Double
 
See Also