Click or drag to resize

ChartStyleOnRender Method

Renders the ChartStyle. If the base is called, it will render the ShowLineAtClose

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected override void OnRender(
	DrawingContext dc,
	ChartVisualArgs args
)

Parameters

dc  DrawingContext
args  ChartVisualArgs
See Also