Click or drag to resize

XAxisOnRender Method


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public void OnRender(
	DrawingContext dc,
	FrameworkElement source,
	double actualWidth,
	double actualHeight
)

Parameters

dc  DrawingContext
 
source  FrameworkElement
 
actualWidth  Double
 
actualHeight  Double
 
See Also