Click here to Skip to main content
15,901,284 members

Comments by Fatihx (Top 3 by date)

Fatihx 12-Sep-14 8:20am View    
Thanks for replying. It solved like that:

series
.Column(model => model.Value, categoryExpression: model => model.Range)
.Aggregate(ChartSeriesAggregate.Count)
.Labels(labels => labels.Visible(true).Position(ChartBarLabelsPosition.Center));
Fatihx 12-Aug-14 7:51am View    
Thanks for your answer.

I am using this model for another pages.

I just need disable it just for one View page.
Fatihx 7-Aug-14 5:13am View    
thank you for your answer.

when i click the button it returns

"---seçiniz---".

failed again.

i am sorry, i wrote "controller" instead "action". please think action instead controllers.